Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans for separation into multiple services #99

Open
miked0004 opened this issue Dec 18, 2017 · 1 comment
Open

Plans for separation into multiple services #99

miked0004 opened this issue Dec 18, 2017 · 1 comment

Comments

@miked0004
Copy link

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
Copy link
Owner

jjethwa commented Dec 18, 2017

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 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants