From f98537b2d68c172150197d77379d24097f26b945 Mon Sep 17 00:00:00 2001 From: Guntis Smaukstelis Date: Thu, 27 Feb 2025 11:07:38 +0200 Subject: [PATCH] Postgres to 16.1 --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bfc5f99..552a2f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: command: sh -c "npm install && npm run build" postgres: - image: postgres:17.4 + image: postgres:16.1 ports: - "5432:5432" healthcheck: @@ -35,7 +35,6 @@ services: HARMONIE_EDR_URL: ${HARMONIE_EDR_URL} HARMONIE_STAC_API_KEY: ${HARMONIE_STAC_API_KEY} HARMONIE_STAC_URL: ${HARMONIE_STAC_URL} - build: context: . dockerfile: Dockerfile.local