Skip to content

Commit d3ddff1

Browse files
authored
Merge pull request #169 from maevsi/fix/postgres/postgis-official
fix(postgres): use official postgis image
2 parents 2bb3466 + 5499f64 commit d3ddff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ services:
325325
POSTGRES_DB_FILE: /run/secrets/postgres_db
326326
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
327327
POSTGRES_USER_FILE: /run/secrets/postgres_user
328-
image: quay.io/debezium/postgres:17 # alpine variant does not include PostGIS
328+
image: postgis/postgis:17-3.5-alpine
329329
# # Expose ports (only) e.g. to generate a database graph image or similar.
330330
# ports:
331331
# - 5432:5432

0 commit comments

Comments
 (0)