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