Skip to content

Commit

Permalink
- update db environment in docker compose dbprod
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Oct 1, 2024
1 parent 60e80f0 commit f3b21e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions environment/prod/deployment/prod/docker-compose.dbprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ services:
image: postgres:15.5-alpine3.17@sha256:1961f9d61a86948fb3c02ef87a6616f74f3530d10a1cd299b84abba7ed6db791
container_name: keating-prod-database
environment:
- POSTGRES_USER=${DB_USERNAME}
- POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_DB=${DB_DATABASE}
- POSTGRES_PASSWORD=${DB_ROOT_PASSWORD}
- PGDATA=/var/lib/postgresql/data
healthcheck:
test: [ "CMD-SHELL", "pg_isready --dbname ${DB_DATABASE} --username ${DB_USERNAME}" ]
Expand Down

0 comments on commit f3b21e9

Please sign in to comment.