add optional api key
This commit is contained in:
parent
5262676596
commit
7d1f760c53
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ services:
|
|||
condition: service_healthy
|
||||
environment:
|
||||
- SERVICE_FQDN_SUPERTOKENS_3567
|
||||
- API_KEYS=${API_KEYS:-}
|
||||
- POSTGRESQL_CONNECTION_URI="postgresql://$SERVICE_USER_POSTGRESQL:$SERVICE_PASSWORD_POSTGRESQL@db:5432/${POSTGRES_DB:-supertokens}"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in a new issue