Merge pull request #1571 from SkynetLabs/health-check-access-limit-fix

ACCOUNTS_LIMIT_ACCESS missing when it defaults
This commit is contained in:
Karol Wypchło 2022-01-20 12:53:04 +01:00 committed by GitHub
commit 4f5ac247b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ services:
health-check: health-check:
environment: environment:
- ACCOUNTS_ENABLED=true - ACCOUNTS_ENABLED=true
- ACCOUNTS_LIMIT_ACCESS=${ACCOUNTS_LIMIT_ACCESS:-authenticated} # default to authenticated access only
accounts: accounts:
build: build: