Postgres to 16.1
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user