0
Fork 0
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:
Gao Sun 2022-10-19 18:57:00 +08:00
parent 507e89a4d4
commit 1d222f1e15
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -11,7 +11,7 @@ services:
- 3001:3001
environment:
- TRUST_PROXY_HEADER=1
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
postgres:
image: postgres:14-alpine
user: postgres