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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: