Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Jan 24, 2025
1 parent 6bf0dd6 commit 8b85998
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@ services:
- RESOURCES_GIT_KEY=${RESOURCES_GIT_KEY}
- ENVIRONMENT=${ENVIRONMENT}
volumes:
- fhir_data:/data

postgres:
image: postgres:16-alpine
restart: always
environment:
- POSTGRES_USER=${DB_USER}
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_PASSWORD=${DB_PASSWORD}
- PGPORT=5432
volumes:
- pg_data:/var/lib/postgresql/data
ports:
- ${PG_DB_PORT}:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
interval: 5s
timeout: 5s
retries: 5
- fhir_data:/data

0 comments on commit 8b85998

Please sign in to comment.