500 max_connections for Postgres integration tests

Fixes #1095
[TGSDeploy]
This commit is contained in:
Jordan Brown
2021-01-27 13:50:26 -05:00
parent 2fdf3747bc
commit b506fb6d1c
+1 -1
View File
@@ -272,7 +272,7 @@ jobs:
ports:
- 5432:5432
env:
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: cyberboss/postgres-max-connections # Fork of _/postgres:latest with max_connections=500 becuase GitHub actions service containers have no way to set command lines. Rebuilds with updates.
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready