Skip to content

Commit d6af240

Browse files
committed
Bump PostgREST images to version 14.16 in Docker Compose stack
1 parent 68a5dad commit d6af240

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docker-compose.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- "./haproxy/maps:/etc/haproxy/maps:ro"
1616

1717
postgrest-legacy-scripts:
18-
image: postgrest/postgrest:v14.14
18+
image: postgrest/postgrest:v14.16
1919
restart: unless-stopped
2020
environment:
2121
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_legacy_scripts
@@ -25,7 +25,7 @@ services:
2525
PGREST_MAX_ROWS: $PGREST_MAX_ROWS
2626

2727
postgrest-knack-services:
28-
image: postgrest/postgrest:v14.14
28+
image: postgrest/postgrest:v14.16
2929
restart: unless-stopped
3030
environment:
3131
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_knack_services
@@ -35,7 +35,7 @@ services:
3535
PGREST_MAX_ROWS: $PGREST_MAX_ROWS
3636

3737
postgrest-parking:
38-
image: postgrest/postgrest:v14.14
38+
image: postgrest/postgrest:v14.16
3939
restart: unless-stopped
4040
environment:
4141
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_parking
@@ -45,7 +45,7 @@ services:
4545
PGREST_MAX_ROWS: 10000
4646

4747
postgrest-road-conditions:
48-
image: postgrest/postgrest:v14.14
48+
image: postgrest/postgrest:v14.16
4949
restart: unless-stopped
5050
environment:
5151
#PGRST_LOG_LEVEL: debug
@@ -56,7 +56,7 @@ services:
5656
PGREST_MAX_ROWS: 10000
5757

5858
postgrest-bond-reporting:
59-
image: postgrest/postgrest:v14.14
59+
image: postgrest/postgrest:v14.16
6060
restart: unless-stopped
6161
environment:
6262
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_bond_reporting
@@ -66,7 +66,7 @@ services:
6666
PGREST_MAX_ROWS: 10000
6767

6868
postgrest-public-safety-incidents:
69-
image: postgrest/postgrest:v14.14
69+
image: postgrest/postgrest:v14.16
7070
restart: unless-stopped
7171
environment:
7272
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_public_safety_incidents

0 commit comments

Comments
 (0)