Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Nov 14, 2024
1 parent 57d4eba commit f49e701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- frontend

db:
image: postgres:13
image: postgres:17
container_name: db
restart: unless-stopped
environment:
Expand All @@ -31,7 +31,6 @@ services:
- POSTGRES_DB=${dbName}
volumes:
- ${data}/db:/var/lib/postgresql/data
command: postgres -c fsync=off -c synchronous_commit=off -c full_page_writes=off -c random_page_cost=1.0
healthcheck:
test: psql -U ${dbUser} -d ${dbName} -c "SELECT 1;"
interval: 5s
Expand Down

0 comments on commit f49e701

Please sign in to comment.