We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8685680 commit 222d7faCopy full SHA for 222d7fa
src/development/stack.yml
@@ -332,7 +332,7 @@ services:
332
POSTGRES_DB_FILE: /run/secrets/postgres_db
333
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
334
POSTGRES_USER_FILE: /run/secrets/postgres_user
335
- image: postgis/postgis:17-3.5-alpine
+ image: postgis/postgis:18-3.6-alpine
336
ports: #DARGSTACK-REMOVE
337
- 5432:5432 #DARGSTACK-REMOVE
338
secrets:
@@ -345,7 +345,7 @@ services:
345
# - net.ipv4.tcp_keepalive_intvl=30
346
# - net.ipv4.tcp_keepalive_probes=10
347
volumes:
348
- - postgres_data:/var/lib/postgresql/data/
+ - postgres_data:/var/lib/postgresql/
349
prometheus:
350
# You can access the metrics monitoring at [prometheus.localhost](https://prometheus.localhost/).
351
deploy:
0 commit comments