mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ff01f8b80d
* chore: add Render deploy * fix: fix database name * chore: update README Co-authored-by: Gao Sun <gao@silverhand.io>
25 lines
561 B
YAML
25 lines
561 B
YAML
services:
|
|
- type: web
|
|
name: logto
|
|
env: docker
|
|
repo: https://github.com/logto-io/logto.git
|
|
region: oregon
|
|
branch: master
|
|
envVars:
|
|
- key: ENDPOINT
|
|
value: true
|
|
- key: TRUST_PROXY_HEADER
|
|
value: true
|
|
- key: NO_INQUIRY
|
|
value: 0
|
|
- key: ALL_YES
|
|
value: 1
|
|
- key: DB_URL_DEFAULT
|
|
fromDatabase:
|
|
name: logto-database
|
|
property: connectionString
|
|
|
|
databases:
|
|
- name: logto-database
|
|
databaseName: logto
|
|
ipAllowList: [] # only allow internal connections
|