diff --git a/stack.production.yml b/stack.production.yml index 297131b..6b06199 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -1,6 +1,14 @@ services: +networks: + traefik: + external: true + default: + driver: overlay asciinema: image: git.nixc.us/nixius/asciinema:production-asciinema + networks: + - traefik + - default # ports: # - '80:4000' environment: @@ -41,6 +49,8 @@ services: postgres: image: git.nixc.us/nixius/asciinema:production-postgres + networks: + - default environment: - POSTGRES_HOST_AUTH_METHOD=trust volumes: