File tree 2 files changed +32
-12
lines changed
2 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 9
9
</p >
10
10
11
11
<p align =" center " >
12
- <a href =" https://github.com/logto-io/logto/releases " >
13
- <img src="https://img.shields.io/github/v/release/logto-io/logto?color=7958FF" alt="release" />
14
- </a >
15
- <a href =" https://gitpod.io/#https://github.com/logto-io/logto " >
16
- <img src="https://img.shields.io/badge/gitpod-available-blue" alt="gitpod">
17
- </a >
18
- <a href =" https://app.codecov.io/gh/logto-io/logto " >
19
- <img src="https://img.shields.io/codecov/c/github/logto-io/logto?label=core%20coverage" alt="core coverage" />
20
- </a >
21
- <a href =" https://github.com/logto-io/logto/actions?query=branch%3Amaster " >
22
- <img src="https://img.shields.io/github/checks-status/logto-io/logto/master" alt="checks">
23
- </a >
12
+
13
+ [ ![ release] ( https://img.shields.io/github/v/release/logto-io/logto?color=7958FF )] ( https://github.com/logto-io/logto/releases )
14
+ [ ![ core coverage] ( https://img.shields.io/codecov/c/github/logto-io/logto?label=core%20coverage )] ( https://app.codecov.io/gh/logto-io/logto )
15
+ [ ![ checks] ( https://img.shields.io/github/checks-status/logto-io/logto/master )] ( https://github.com/logto-io/logto/actions?query=branch%3Amaster )
16
+ [ ![ gitpod] ( https://img.shields.io/badge/gitpod-available-f09439 )] ( https://gitpod.io/#https://github.com/logto-io/logto )
17
+ [ ![ render] ( https://img.shields.io/badge/render-deploy-5364e9 )] ( https://render.com/deploy?repo=https://github.com/logto-io/logto )
18
+
24
19
</p >
25
20
26
21
# Logto
Original file line number Diff line number Diff line change
1
+ services :
2
+ - type : web
3
+ name : logto
4
+ env : docker
5
+ repo : https://github.com/logto-io/logto.git
6
+ region : oregon
7
+ branch : master
8
+ envVars :
9
+ - key : ENDPOINT
10
+ value : true
11
+ - key : TRUST_PROXY_HEADER
12
+ value : true
13
+ - key : NO_INQUIRY
14
+ value : 0
15
+ - key : ALL_YES
16
+ value : 1
17
+ - key : DB_URL_DEFAULT
18
+ fromDatabase :
19
+ name : logto-database
20
+ property : connectionString
21
+
22
+ databases :
23
+ - name : logto-database
24
+ databaseName : logto
25
+ ipAllowList : [] # only allow internal connections
You can’t perform that action at this time.
0 commit comments