Add Supabase logo and update environment variable in compose file

This commit is contained in:
Andras Bacsai
2024-02-29 09:15:06 +01:00
parent a43c916009
commit dfd564a3a4
4 changed files with 26 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
# slogan: The open source Firebase alternative.
# tags: firebase, alternative, open-source
# minversion: 4.0.0-beta.228
# logo: svgs/supabase.svg
services:
supabase-kong:
@@ -12,8 +13,8 @@ services:
supabase-analytics:
condition: service_healthy
environment:
- JWT_SERCET=${SERVICE_PASSWORD_JWT}
- SERVICE_FQDN_SUPABASE
- JWT_SERCET=${SERVICE_PASSWORD_JWT}
- KONG_DATABASE=off
- KONG_DECLARATIVE_CONFIG=/home/kong/kong.yml
# https://github.com/supabase/cli/issues/14