Added proxy-net network
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 14s

This commit is contained in:
Nathan 2026-07-06 16:47:24 -04:00
parent cd7fee9fda
commit 0744ef751f

View File

@ -8,4 +8,11 @@ services:
- TZ=Etc/New_York - TZ=Etc/New_York
ports: ports:
- 8000:8000 - 8000:8000
restart: unless-stopped restart: unless-stopped
networks:
- proxy-net
networks:
proxy-net:
name: proxy-net
external: true