update: add caddy network

This commit is contained in:
TheMaddax 2024-11-30 14:54:48 -06:00
parent 14fb61aab9
commit 80b8200fc2

View file

@ -8,7 +8,13 @@ services:
pull_policy: build
ports:
- "804:804"
networks:
- caddy_network
environment:
- NODE_ENV=production
- PORT=804
restart: unless-stopped
restart: unless-stopped
networks:
caddy_network:
external: true