mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: improve comment for docker compose file (#2805)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
This commit is contained in:
parent
50c4d68693
commit
1794688c9b
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ services:
|
|||
environment:
|
||||
- TRUST_PROXY_HEADER=1
|
||||
- DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto
|
||||
- ENDPOINT # Mandatory. Mapping env to the container.
|
||||
# Mandatory for GitPod to map host env to the container, thus GitPod can dynamically configure the public URL of Logto;
|
||||
# Or, you can leverage it for local testing.
|
||||
- ENDPOINT
|
||||
postgres:
|
||||
image: postgres:14-alpine
|
||||
user: postgres
|
||||
|
|
Loading…
Reference in a new issue