You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that this stack is working, I'm trying deploying some of my higher-traffic bookworms from inside the cloud rather than have them broken all the time.
Since I have Apache webhosting set up there already, I have no need for the nginx server in this stack.
New in docker-compose 3.9: https://docs.docker.com/compose/profiles/.
Now that this stack is working, I'm trying deploying some of my higher-traffic bookworms from inside the cloud rather than have them broken all the time.
Since I have Apache webhosting set up there already, I have no need for the nginx server in this stack.
So adding to docker-compose this:
and running
docker-compose up
will not start the webserver by default, only the API.This will also be a nice way to handle traefik.
There will still be questions about what are the sensible default profiles to use.
The text was updated successfully, but these errors were encountered: