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
|
image: git.georgew.dev/georgew/mission-control-web:latest
|
||||||
container_name: mc-web
|
container_name: mc-web
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
networks:
|
||||||
|
- web_traffic
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: git.georgew.dev/georgew/mission-control-worker:latest
|
image: git.georgew.dev/georgew/mission-control-worker:latest
|
||||||
|
|
@ -17,4 +17,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web_traffic:
|
||||||
|
external: true
|
||||||
Loading…
Reference in a new issue