From 5998f827ec431c5d027bb061f59ce582cda34b29 Mon Sep 17 00:00:00 2001 From: Quinton Pike Date: Mon, 11 Jul 2016 13:39:52 -0400 Subject: [PATCH] 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 --- templates/sentry/0/docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/sentry/0/docker-compose.yml b/templates/sentry/0/docker-compose.yml index ee4aced..a4cdb80 100644 --- a/templates/sentry/0/docker-compose.yml +++ b/templates/sentry/0/docker-compose.yml @@ -5,7 +5,6 @@ sentry-postgres: PGDATA: /data/postgres/data log_driver: '' labels: - io.rancher.scheduler.global: 'true' io.rancher.container.pull_image: always tty: true log_opt: {} @@ -21,7 +20,6 @@ sentry-cron: SENTRY_SERVER_EMAIL: ${sentry_server_email} log_driver: '' labels: - io.rancher.scheduler.global: 'true' io.rancher.container.pull_image: always tty: true command: @@ -36,7 +34,6 @@ sentry-cron: sentry-redis: log_driver: '' labels: - io.rancher.scheduler.global: 'true' io.rancher.container.pull_image: always tty: true log_opt: {} @@ -54,7 +51,6 @@ sentry: SENTRY_SERVER_EMAIL: ${sentry_server_email} log_driver: '' labels: - io.rancher.scheduler.global: 'true' io.rancher.container.pull_image: always tty: true command: