mirror of
https://github.com/getlago/lago.git
synced 2025-01-05 13:08:00 +07:00
fix(docker-compose): add a default value for LAGO_DISABLE_SIGNUP
This commit is contained in:
parent
cdaaf5ba7b
commit
bfb4d5f795
@ -74,7 +74,7 @@ services:
|
||||
- API_URL=${LAGO_API_URL:-http://localhost:3000}
|
||||
- APP_ENV=${APP_ENV:-production}
|
||||
- CODEGEN_API=${LAGO_API_URL:-http://localhost:3000}
|
||||
- LAGO_DISABLE_SIGNUP=${LAGO_DISABLE_SIGNUP}
|
||||
- LAGO_DISABLE_SIGNUP=${LAGO_DISABLE_SIGNUP:-false}
|
||||
ports:
|
||||
- ${FRONT_PORT:-80}:80
|
||||
- 443:443
|
||||
|
Loading…
Reference in New Issue
Block a user