From e49ba444b63459102eb6c5fc8ff78f391dc94197 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 8 May 2024 00:01:16 -0400 Subject: [PATCH] Asciinema --- stack.production.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: