Skip to content

Commit f70ebd4

Browse files
Upgrade Postgres from 17.9 to 18.3 (#848)
1 parent f4200c0 commit f70ebd4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# If you bump the database version here, be sure to update the database accordingly on Coolify as well.
33

44
services:
5-
postgres:
6-
image: postgres:17.9
5+
postgres-18:
6+
image: postgres:18.3
77
ports:
88
- ${POSTGRES_PORT-:5432}:5432
99
environment:
1010
POSTGRES_USER: hackathons
1111
POSTGRES_DB: hackathons_test
1212
POSTGRES_HOST_AUTH_METHOD: trust
1313
volumes:
14-
- postgres-data:/var/lib/postgresql/data
14+
- postgres-18:/var/lib/postgresql
1515

1616
volumes:
17-
postgres-data: {}
17+
postgres-18: {}

0 commit comments

Comments
 (0)