fix(docker-compose): add a default value for LAGO_DISABLE_SIGNUP

This commit is contained in:
Alexandre Monjol 2022-09-22 11:22:52 +02:00
parent cdaaf5ba7b
commit bfb4d5f795

View File

@ -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