mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 08:27:42 +00:00
fix more envs
This commit is contained in:
parent
78e66bb33e
commit
4ae02139e3
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ services:
|
||||||
- key: ADMIN_USERS
|
- key: ADMIN_USERS
|
||||||
value: postgres,apollo
|
value: postgres,apollo
|
||||||
- key: DATABASE_URL
|
- key: DATABASE_URL
|
||||||
fromService:
|
fromDatabase:
|
||||||
type: postgres
|
|
||||||
name: srv.postgres
|
name: srv.postgres
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: DEFAULT_POOL_SIZE
|
- key: DEFAULT_POOL_SIZE
|
||||||
|
|
Loading…
Reference in a new issue