Browse Source

chg: [mattermost,odoo-tecnativa,rancher-agent,rancher,traefik] restart policy is now automatically set for non run-once services.

framadate
Valentin Lab 5 years ago
parent
commit
310603f173
  1. 3
      mattermost/metadata.yml
  2. 1
      odoo-tecnativa/metadata.yml
  3. 1
      rancher-agent/metadata.yml
  4. 2
      rancher/metadata.yml
  5. 1
      traefik/metadata.yml

3
mattermost/metadata.yml

@ -12,9 +12,6 @@ data-resources:
host-resources:
- /etc/localtime:ro
docker-compose:
restart: unless-stopped
uses:
postgres-database:
constraint: required

1
odoo-tecnativa/metadata.yml

@ -14,7 +14,6 @@ docker-compose:
tty: true
environment:
INITIAL_LANG: fr_FR
restart: unless-stopped
uses:
postgres-database:

1
rancher-agent/metadata.yml

@ -5,7 +5,6 @@ docker-image: rancher/rancher-agent:v2.0.2
compatiblity: ## 'hooks/install' script was run on a these images without issues
# - ubuntu/15.10
docker-compose:
restart: unless-stopped
privileged: true
network_mode: host
host-resources:

2
rancher/metadata.yml

@ -6,5 +6,3 @@ compatiblity: ## 'hooks/install' script was run on a these images without issues
# - ubuntu/15.10
config-resources:
- /var/lib/rancher
docker-compose:
restart: unless-stopped

1
traefik/metadata.yml

@ -3,7 +3,6 @@ maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
docker-image: traefik
docker-compose:
restart: unless-stopped
command: --api --docker ## Enables the web UI and tells Træfik to listen to docker
ports:
- "80:80" ## The HTTP port

Loading…
Cancel
Save