Skip to content

Commit 877ac35

Browse files
[docker] Add new env
1 parent f3c20cb commit 877ac35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ services:
55
- '2127:2127'
66
environment:
77
- DATABASE_URI=${DATABASE_URI}
8+
- CONNECTION_POOL_MIN_SIZE=${CONNECTION_POOL_MIN_SIZE}
9+
- CONNECTION_POOL_MAX_SIZE=${CONNECTION_POOL_MAX_SIZE}

0 commit comments

Comments
 (0)