Skip to content

Commit c4c49da

Browse files
revert version
1 parent 4146af0 commit c4c49da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ services:
2929
command: ["-c", "shared_buffers=8GB", "-c", "max_connections=200", "-c", "work_mem=30MB", "-c", "logging_collector=on", "-c", "log_statement=all", "-c", "log_directory=/var/log/postgresql/"]
3030
container_name: bag3d-data-postgresql-${BAG3D_DOCKER_IMAGE_TAG}
3131
healthcheck:
32-
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER} -p ${BAG3D_PG_PORT_ON_HOST}"]
33-
interval: 5s
32+
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER}"]
33+
interval: 3s
3434
retries: 20
3535
shm_size: '1gb'
3636
ports:

docker/postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgis/postgis:16-3.5
1+
FROM postgis/postgis:14-3.4
22

33
LABEL org.opencontainers.image.authors="Gina Stavropoulou <[email protected]>, Balázs Dukai <[email protected]>"
44

0 commit comments

Comments
 (0)