Is your feature request related to a problem? Please describe.
I have implemented a scale to zero using sablierapp, which basically stops any docker container that is not being used, and starts the container if it sees a network traffic. Basically for low powered systems. However when starting the docker containers there is a delay period which needs to hold.
Describe the solution you'd like
The solution best suited would be to accept two different subdomains, one for normal webapp and the other for api related.
APP_URL=https://2fauth.example.com,https://2fauth-api.example.com
Is your feature request related to a problem? Please describe.
I have implemented a scale to zero using sablierapp, which basically stops any docker container that is not being used, and starts the container if it sees a network traffic. Basically for low powered systems. However when starting the docker containers there is a delay period which needs to hold.
Describe the solution you'd like
The solution best suited would be to accept two different subdomains, one for normal webapp and the other for api related.