ITLab-CC / Docker-Collection

This is a summary of many Docker setups.
13 stars 5 forks source link

Question bout supabase setup with traefik. #11

Closed jameswong3388 closed 1 year ago

jameswong3388 commented 1 year ago

Hi @JulianKropp, I just got a look at your Docker file for supabase setup, and want to ask a few questions on the .env file.

It seems like you're using 2 domains to host Studio and Kong, and in the .env file

SUPABASE_PUBLIC_URL=https://studio.example.com API_EXTERNAL_URL=https://kong.example.com

is this right ? if yes, did you get any 401 errors when accessing the studio?

image

Any help would be appreciated. 👋