mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add database name in docker compose file
This commit is contained in:
parent
507e89a4d4
commit
1d222f1e15
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
environment:
|
environment:
|
||||||
- TRUST_PROXY_HEADER=1
|
- TRUST_PROXY_HEADER=1
|
||||||
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432
|
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
user: postgres
|
user: postgres
|
||||||
|
|
Loading…
Reference in a new issue