Selfhosting Multiple Instances
This is more a Docker realted question i guess.
I would like to host multiple instances of supabase for different projects.
Unfortunately, all ports are mapped towards my host system, making it impossible to run multiple instances.
Maybe i got something wrong and this is easily achieved but for now my best guess would be to add a nginx with an dedicated ip address assigned, mapping its port to all services while disabling the default port mapping to the host system.
EDIT: Instead of Nginx, Kong seems to be the one i need to modify
I would like to host multiple instances of supabase for different projects.
Unfortunately, all ports are mapped towards my host system, making it impossible to run multiple instances.
Maybe i got something wrong and this is easily achieved but for now my best guess would be to add a nginx with an dedicated ip address assigned, mapping its port to all services while disabling the default port mapping to the host system.
EDIT: Instead of Nginx, Kong seems to be the one i need to modify