Add port configuration for Supabase service

This commit is contained in:
Andras Bacsai 2024-03-18 13:03:56 +01:00
parent 0a6dab1f24
commit bbd6780971
2 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
# tags: firebase, alternative, open-source
# minversion: 4.0.0-beta.228
# logo: svgs/supabase.svg
# port: 3000
services:
supabase-kong:
@ -13,7 +14,7 @@ services:
supabase-analytics:
condition: service_healthy
environment:
- SERVICE_FQDN_SUPABASE
- SERVICE_FQDN_SUPABASE_3000
- JWT_SERCET=${SERVICE_PASSWORD_JWT}
- KONG_DATABASE=off
- KONG_DECLARATIVE_CONFIG=/home/kong/kong.yml

File diff suppressed because one or more lines are too long