mirror of
https://github.com/getlago/lago.git
synced 2025-02-02 04:14:54 +07:00
fix(docker): front proxy url (#142)
* fix(docker): front proxy url * fix version
This commit is contained in:
parent
8eb4046e82
commit
635a057b83
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit fee1417b62db40ed3cc99560a0a0713b17c43f5a
|
||||
Subproject commit 33a45b891b654be1a8ae6e6a0daa53e018611440
|
@ -87,7 +87,7 @@ services:
|
||||
- APP_ENV=${APP_ENV:-production}
|
||||
- CODEGEN_API=${LAGO_API_URL:-http://localhost:3000}
|
||||
- LAGO_DISABLE_SIGNUP=${LAGO_DISABLE_SIGNUP:-false}
|
||||
- LAGO_OAUTH_PROXY_URL=${LAGO_OAUTH_PROXY_URL}
|
||||
- LAGO_OAUTH_PROXY_URL=https://proxy.getlago.com
|
||||
ports:
|
||||
- ${FRONT_PORT:-80}:80
|
||||
# - 443:443
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 8b493503de0f52571a26786eaf4106cb45cb6961
|
||||
Subproject commit f1d3c609bb2854957622a8e8870a9c6989121a48
|
Loading…
Reference in New Issue
Block a user