0
Fork 0
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:
Gao Sun 2022-10-19 19:20:25 +08:00 committed by GitHub
parent 64b47a0801
commit 0ec3404516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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