Update docker-compose.yml

added traefik network
This commit is contained in:
2026-05-31 22:25:40 -05:00
parent 4fc1bc1ecc
commit 58b5f52bb0
+4
View File
@@ -49,3 +49,7 @@ services:
# - SMTP_USER=user@example.com # - SMTP_USER=user@example.com
# - SMTP_PASS=password # - SMTP_PASS=password
# - SMTP_TO=you@example.com # - SMTP_TO=you@example.com
networks:
traefik-public:
external: true