Skip to content

Commit

Permalink
fix(docker-compose): add a default value for LAGO_DISABLE_SIGNUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Sep 22, 2022
1 parent cdaaf5b commit bfb4d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb4d5f

Please sign in to comment.