Fixed docker compose to use correct caddy
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-28 17:41:43 +01:00
parent 3e9cc17c71
commit 7f9a745b16

View file

@ -3,12 +3,12 @@ services:
image: git.georgew.dev/georgew/mission-control-web:latest
container_name: mc-web
restart: always
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- NODE_ENV=production
networks:
- web_traffic
worker:
image: git.georgew.dev/georgew/mission-control-worker:latest
@ -18,3 +18,7 @@ services:
- ./data:/app/data
environment:
- NODE_ENV=production
networks:
web_traffic:
external: true