Dont make all containers global (#213)

Having all the containers global means you get N number of instances in an environment. If you have 3 hosts, you'll have 3 different instances of Sentry running
This commit is contained in:
Quinton Pike 2016-07-11 13:39:52 -04:00 committed by Bill Maxwell
parent 3160eeb38d
commit 5998f827ec

View File

@ -5,7 +5,6 @@ sentry-postgres:
PGDATA: /data/postgres/data PGDATA: /data/postgres/data
log_driver: '' log_driver: ''
labels: labels:
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
tty: true tty: true
log_opt: {} log_opt: {}
@ -21,7 +20,6 @@ sentry-cron:
SENTRY_SERVER_EMAIL: ${sentry_server_email} SENTRY_SERVER_EMAIL: ${sentry_server_email}
log_driver: '' log_driver: ''
labels: labels:
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
tty: true tty: true
command: command:
@ -36,7 +34,6 @@ sentry-cron:
sentry-redis: sentry-redis:
log_driver: '' log_driver: ''
labels: labels:
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
tty: true tty: true
log_opt: {} log_opt: {}
@ -54,7 +51,6 @@ sentry:
SENTRY_SERVER_EMAIL: ${sentry_server_email} SENTRY_SERVER_EMAIL: ${sentry_server_email}
log_driver: '' log_driver: ''
labels: labels:
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
tty: true tty: true
command: command: