Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- "./haproxy/maps:/etc/haproxy/maps:ro"

postgrest-legacy-scripts:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_legacy_scripts
Expand All @@ -25,7 +25,7 @@ services:
PGREST_MAX_ROWS: $PGREST_MAX_ROWS

postgrest-knack-services:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_knack_services
Expand All @@ -35,7 +35,7 @@ services:
PGREST_MAX_ROWS: $PGREST_MAX_ROWS

postgrest-parking:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_parking
Expand All @@ -45,7 +45,7 @@ services:
PGREST_MAX_ROWS: 10000

postgrest-road-conditions:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
#PGRST_LOG_LEVEL: debug
Expand All @@ -56,7 +56,7 @@ services:
PGREST_MAX_ROWS: 10000

postgrest-bond-reporting:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_bond_reporting
Expand All @@ -66,7 +66,7 @@ services:
PGREST_MAX_ROWS: 10000

postgrest-public-safety-incidents:
image: postgrest/postgrest:v14.11
image: postgrest/postgrest:v14.14
restart: unless-stopped
environment:
PGRST_DB_URI: postgres://${PG_USER}:${PG_PASSWORD}@${PG_HOST}:5432/postgrest_public_safety_incidents
Expand Down