Skip to content

Commit

Permalink
Update docker-compose-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope authored Oct 10, 2024
1 parent 53ed7e8 commit 18aeca8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- type: bind
source: $HOME/.OpenEye/
target: /openeye/

restart: always
ports:
- 8000:8000
env_file:
Expand All @@ -28,7 +28,7 @@ services:

db:
image: postgres:15-alpine

restart: always
healthcheck:
test: pg_isready -U ${POSTGRES_USER:?err} -d ${POSTGRES_DB:?err}
interval: 5s
Expand All @@ -50,6 +50,7 @@ services:
build:
context: .
dockerfile: Dockerfile.traefik
restart: always
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 18aeca8

Please sign in to comment.