update: add caddy network

This commit is contained in:
TheMaddax 2024-11-30 14:54:42 -06:00
parent 0c7072b8d0
commit db358e48bf

View file

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