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
What if, let's say, I want to deploy peppermint, but without setting up the database from the docker compose file.
I want to just assign the environment variables of the database to the peppermint service, so that I can connect to a separate database hosted at a cloud provider (let's say).
Benefits:
Peppermint can be setup using just a Dockerfile,
Option to not manually setup database for the peppermint, just connect to an already-existing DB hosted somewhere instead,
The docker compose with the single service would look like this (can also be converted to a single Dockerfile):
What if, let's say, I want to deploy peppermint, but without setting up the database from the docker compose file.
I want to just assign the environment variables of the database to the peppermint service, so that I can connect to a separate database hosted at a cloud provider (let's say).
Benefits:
The docker compose with the single service would look like this (can also be converted to a single Dockerfile):
The text was updated successfully, but these errors were encountered: