Fixed docker compose to use correct caddy
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3e9cc17c71
commit
7f9a745b16
|
|
@ -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
|
||||
|
|
@ -17,4 +17,8 @@ services:
|
|||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NODE_ENV=production
|
||||
|
||||
networks:
|
||||
web_traffic:
|
||||
external: true
|
||||
Loading…
Reference in a new issue