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
The setup for this container is a bit involved. The two steps that I think could be automated with safe defaults in particular are:
Manual commands have to be run to get to a running state
-- Solution here would be to have the container optionally check to see if any databases need to be created and then if any migrations need to be run.
Cannot configure a redis cache prefix
My specific use case is in a quick-draw local development environment. It features things like a local dev smtp trap and locally hosted GUI tools. I was hoping to add Sentry, but there's no way for me to configure it exclusively from a docker-compose file. At some point I'm required to create a database. At some point I'm also required to run the migrations.
The setup for this container is a bit involved. The two steps that I think could be automated with safe defaults in particular are:
-- Solution here would be to have the container optionally check to see if any databases need to be created and then if any migrations need to be run.
My specific use case is in a quick-draw local development environment. It features things like a local dev smtp trap and locally hosted GUI tools. I was hoping to add Sentry, but there's no way for me to configure it exclusively from a docker-compose file. At some point I'm required to create a database. At some point I'm also required to run the migrations.