mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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:
|
||||
- TRUST_PROXY_HEADER=1
|
||||
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
|
||||
- ENDPOINT # Mandatory. Mapping env to the container.
|
||||
postgres:
|
||||
image: postgres:14-alpine
|
||||
user: postgres
|
||||
|
|
Loading…
Reference in a new issue