Skip to content

Commit

Permalink
upgrade docker-compose to match caprover alternative method
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 16, 2024
1 parent bf6a2db commit 0870b99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ services:
- web-api
ports:
- "$NGINX_PORT:4000"
networks:
- captain-overlay-network
scheduler:
build:
# Scheduler needs context ., see the dockerfile
Expand Down Expand Up @@ -90,3 +92,7 @@ services:
volumes:
postgres-data:
redis-data:

networks:
captain-overlay-network:
external: true

0 comments on commit 0870b99

Please sign in to comment.