Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Jul 23, 2024
1 parent 5524990 commit 929fa53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- DB_HOST=db
- DB_USER=postgres
- DB_NAME=rebacklogs
- DB_PASS=postgres
- DB_PORT=5432
# - SECRET_KEY_BASE=secret_key_base_rebacklogs
# - GOOGLE_OAUTH_KEY=google_oauth_key
Expand Down Expand Up @@ -36,6 +37,10 @@ services:
db:
restart: always
image: postgres:16.3
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=postgres
- POSTGRES_PASSWORD=postgres
networks:
- internal_network
healthcheck:
Expand Down

0 comments on commit 929fa53

Please sign in to comment.