From 7d1f760c532c769c4bb525c97d299adb2bb2d14d Mon Sep 17 00:00:00 2001 From: marcomaiermm Date: Sat, 8 Jun 2024 11:23:11 +0200 Subject: [PATCH] add optional api key --- templates/compose/supertokens.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/supertokens.yaml b/templates/compose/supertokens.yaml index 703cab780..f6ab90c5f 100644 --- a/templates/compose/supertokens.yaml +++ b/templates/compose/supertokens.yaml @@ -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: