@@ -15,7 +15,7 @@ services:
1515 - " ./haproxy/maps:/etc/haproxy/maps:ro"
1616
1717 postgrest-legacy-scripts :
18- image : postgrest/postgrest:v14.1
18+ image : postgrest/postgrest:v14.3
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.1
28+ image : postgrest/postgrest:v14.3
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.1
38+ image : postgrest/postgrest:v14.3
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.1
48+ image : postgrest/postgrest:v14.3
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.1
59+ image : postgrest/postgrest:v14.3
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.1
69+ image : postgrest/postgrest:v14.3
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