Update docker-compose.yaml

added network for traefik
This commit is contained in:
2026-05-30 23:02:31 -05:00
parent 9cec3a7768
commit 999e5f03dc
+4
View File
@@ -23,3 +23,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
restart: always restart: always
networks:
traefik-public:
external: true