-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
33 lines (29 loc) · 890 Bytes
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
container_fail:
error_at_launch: false
container:
- name: hello-world
hostname: hello-world
image: hello-world:latest
environments:
VIRTUAL_HOST: hello-world.local
properties:
#
publisher.maxRecursionDepth: 900
# user and password for login to the staging serve
replicator.user: 'replicator'
replicator.password: 'RSActgjk3shTcgosJzn4vT2.Z9i47QLV'
replicator.domain: 'localhost'
replicator.tmp_dir: 'var/tmp'
property_files:
- name: publisher.properties
properties:
replicator.user: 'replicator'
replicator.password: 'RSActgjk3shTcgosJzn4vT2.Z9i47QLV'
replicator.domain: 'localhost'
replicator.tmp_dir: 'var/tmp'
- name: database.properties
container_post_tasks:
- /usr/local/bin/list_all_images.sh
- /usr/local/bin/remove_untagged_images.sh
...