add optional api key

This commit is contained in:
marcomaiermm
2024-06-08 11:23:11 +02:00
parent 5262676596
commit 7d1f760c53

View File

@@ -12,6 +12,7 @@ services:
condition: service_healthy condition: service_healthy
environment: environment:
- SERVICE_FQDN_SUPERTOKENS_3567 - SERVICE_FQDN_SUPERTOKENS_3567
- API_KEYS=${API_KEYS:-}
- POSTGRESQL_CONNECTION_URI="postgresql://$SERVICE_USER_POSTGRESQL:$SERVICE_PASSWORD_POSTGRESQL@db:5432/${POSTGRES_DB:-supertokens}" - POSTGRESQL_CONNECTION_URI="postgresql://$SERVICE_USER_POSTGRESQL:$SERVICE_PASSWORD_POSTGRESQL@db:5432/${POSTGRES_DB:-supertokens}"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: