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

Separate services #8

Open
godsgood33 opened this issue Sep 17, 2023 · 2 comments
Open

Separate services #8

godsgood33 opened this issue Sep 17, 2023 · 2 comments
Labels
Question Further information is requested

Comments

@godsgood33
Copy link

Is there a way that I can change the docker-compose to use an already existing mysql and redis services? They are running on different hardware so the system would have to address IPs and not just internal docker naming. Thanks!

@ripaire
Copy link

ripaire commented Dec 10, 2023

Can you please guide me to setup 2fas on my server ?

@KobeW50 KobeW50 added the Question Further information is requested label Feb 23, 2024
@Potherca
Copy link

Potherca commented Aug 8, 2024

Is there a way that I can change the docker-compose to use an already existing mysql and redis services?

Yes. Although I do feel this is a more generic DevOps question and less useful to ask here...

To use another MySQL, remove the mysql entry from the docker-compose file entirely, and change the config in .env to point to the existing DB instance.

For Redis, remove the redis entry in the docker-compose file and change the service_url for the Redis entry in config.yml to meet your needs.

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

No branches or pull requests

4 participants