From 0d61ac5768e22269c863e913f9c834347f15dcb9 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 18 Mar 2024 14:20:32 +0000 Subject: [PATCH] Update stack.production.yml --- stack.yml => stack.production.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename stack.yml => stack.production.yml (88%) diff --git a/stack.yml b/stack.production.yml similarity index 88% rename from stack.yml rename to stack.production.yml index ba8bec0..c29ce61 100644 --- a/stack.yml +++ b/stack.production.yml @@ -1,3 +1,4 @@ +# build 0 version: '3.7' networks: @@ -26,7 +27,6 @@ services: placement: constraints: - node.hostname == ingress.nixc.us -# # - node.role == manager labels: traefik.docker.network: traefik traefik.enable: "true" @@ -38,8 +38,8 @@ services: traefik.http.services.sync.loadbalancer.server.port: '8384' traefik.tags: traefik traefik.http.routers.sync.middlewares: authelia_authelia@docker - logging: - driver: "gelf" - options: - gelf-address: "udp://log.nixc.us:15124" - tag: "sync_sync" \ No newline at end of file + # logging: + # driver: "gelf" + # options: + # gelf-address: "udp://log.nixc.us:15124" + # tag: "sync_sync" \ No newline at end of file