Update node, postgres. env variables for scala

This commit is contained in:
Guntis Smaukstelis
2025-02-27 11:05:17 +02:00
parent 2206e1018a
commit 5bb4f1536f
2 changed files with 7 additions and 947 deletions
+7 -2
View File
@@ -1,13 +1,13 @@
services:
node:
image: node:16.13.1
image: node:22.14.0
working_dir: /app/web
volumes:
- ./web:/app/web
command: sh -c "npm install && npm run build"
postgres:
image: postgres:16.1
image: postgres:17.4
ports:
- "5432:5432"
healthcheck:
@@ -31,6 +31,11 @@ services:
METEO_USER: ${METEO_USER}
METEO_PASSWORD: ${METEO_PASSWORD}
METEO_URL: ${METEO_URL}
HARMONIE_EDR_API_KEY: ${HARMONIE_EDR_API_KEY}
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