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
This is a very nice implementation. I'm curious if you have any plans to separate the rundeck parts from the mysql database.
I see those as separate but dependent services and I'd like to understand the reasoning.
I see also a reference in the README to apache2 but I don't see that in your Dockerfile. Am I overlooking it?
Thanks for your work.
The text was updated successfully, but these errors were encountered:
You can set NO_LOCAL_MYSQL to true and supply DATABASE_URL to use an external MySQL/MariaDB instance. The default behavior runs everything needed in one container to keep it simple for most users. Also, this was before swarm or similar was available 😄
Apache 2 is not needed, I'll remove the reference in the README. Thanks for pointing it out 😄
This is a very nice implementation. I'm curious if you have any plans to separate the rundeck parts from the mysql database.
I see those as separate but dependent services and I'd like to understand the reasoning.
I see also a reference in the README to apache2 but I don't see that in your Dockerfile. Am I overlooking it?
Thanks for your work.
The text was updated successfully, but these errors were encountered: