@@ -333,7 +333,7 @@ services:
333333 POSTGRES_DB_FILE : /run/secrets/postgres_db
334334 POSTGRES_PASSWORD_FILE : /run/secrets/postgres_password
335335 POSTGRES_USER_FILE : /run/secrets/postgres_user
336- image : postgis/postgis:17 -3.5 -alpine
336+ image : postgis/postgis:18 -3.6 -alpine
337337 ports : # DARGSTACK-REMOVE
338338 - 5432:5432 # DARGSTACK-REMOVE
339339 secrets :
@@ -346,7 +346,7 @@ services:
346346 # - net.ipv4.tcp_keepalive_intvl=30
347347 # - net.ipv4.tcp_keepalive_probes=10
348348 volumes :
349- - postgres_data:/var/lib/postgresql/data/
349+ - postgres_data:/var/lib/postgresql/
350350 prometheus :
351351 # You can access the metrics monitoring at [prometheus.app.localhost](https://prometheus.app.localhost/).
352352 deploy :
@@ -395,15 +395,15 @@ services:
395395 POSTGRES_DB_FILE : /run/secrets/postgres_db
396396 POSTGRES_PASSWORD_FILE : /run/secrets/postgres_password
397397 POSTGRES_USER_FILE : /run/secrets/postgres_user
398- image : pgvector/pgvector:0.8.1-pg17
398+ image : pgvector/pgvector:0.8.1-pg18
399399 ports : # DARGSTACK-REMOVE
400400 - 5433:5432 # DARGSTACK-REMOVE
401401 secrets :
402402 - postgres_db
403403 - postgres_password
404404 - postgres_user
405405 volumes :
406- - reccoom_postgres_data:/var/lib/postgresql/data/
406+ - reccoom_postgres_data:/var/lib/postgresql/
407407 redpanda :
408408 # You can access the event streaming platform's ui as described under `redpanda-console`.
409409 command :
0 commit comments