Skip to content

Commit 6ad7406

Browse files
Merge pull request #17 from cityofaustin/frank/postgrest-version-bump-14-5
Update postgrest images to version 14.5
2 parents 51e8caf + 106f7b1 commit 6ad7406

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.3
18+
image: postgrest/postgrest:v14.5
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.3
28+
image: postgrest/postgrest:v14.5
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.3
38+
image: postgrest/postgrest:v14.5
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.3
48+
image: postgrest/postgrest:v14.5
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.3
59+
image: postgrest/postgrest:v14.5
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.3
69+
image: postgrest/postgrest:v14.5
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)