mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
ci: fix envrionment variable in docker compose (#2208)
This commit is contained in:
parent
64b47a0801
commit
0ec3404516
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TRUST_PROXY_HEADER=1
|
- TRUST_PROXY_HEADER=1
|
||||||
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
|
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
|
||||||
|
- ENDPOINT # Mandatory. Mapping env to the container.
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
user: postgres
|
user: postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue