Postgres to 16.1

This commit is contained in:
Guntis Smaukstelis
2025-02-27 11:07:38 +02:00
parent 5bb4f1536f
commit f98537b2d6
+1 -2
View File
@@ -7,7 +7,7 @@ services:
command: sh -c "npm install && npm run build" command: sh -c "npm install && npm run build"
postgres: postgres:
image: postgres:17.4 image: postgres:16.1
ports: ports:
- "5432:5432" - "5432:5432"
healthcheck: healthcheck:
@@ -35,7 +35,6 @@ services:
HARMONIE_EDR_URL: ${HARMONIE_EDR_URL} HARMONIE_EDR_URL: ${HARMONIE_EDR_URL}
HARMONIE_STAC_API_KEY: ${HARMONIE_STAC_API_KEY} HARMONIE_STAC_API_KEY: ${HARMONIE_STAC_API_KEY}
HARMONIE_STAC_URL: ${HARMONIE_STAC_URL} HARMONIE_STAC_URL: ${HARMONIE_STAC_URL}
build: build:
context: . context: .
dockerfile: Dockerfile.local dockerfile: Dockerfile.local