Skip to content

Commit 9232d84

Browse files
authored
Set Max Connection Limit as Env Variable
1 parent 4f656a4 commit 9232d84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
environment:
1212
POSTGRES_USER: timescaledb
1313
POSTGRES_PASSWORD: postgrespassword
14-
14+
PG_MAX_CONNECTIONS: 10
15+
1516
graphql-engine:
1617
image: hasura/graphql-engine:latest
1718
ports:

0 commit comments

Comments
 (0)