jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

Plans for separation into multiple services #99

Open miked0004 opened 6 years ago

miked0004 commented 6 years ago

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.

jjethwa commented 6 years ago

Hi @miked0004

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 😄