Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Automatically add services from docker-compose.yml to Consul #8

Closed
nazar-pc opened this issue Dec 8, 2015 · 1 comment
Closed

Automatically add services from docker-compose.yml to Consul #8

nazar-pc opened this issue Dec 8, 2015 · 1 comment

Comments

@nazar-pc
Copy link
Owner

nazar-pc commented Dec 8, 2015

It is not difficult to do and in many cases is exactly what is expected, so why not add it?
Will allow to get rid of SERVICES: nginx:nginx, mariadb:mariadb in this example:

...
consul:
...
    SERVICES: nginx:nginx, mariadb:mariadb
...
nginx:
...
mariadb:
...
@nazar-pc
Copy link
Owner Author

Implemented in cdbbbb2

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

No branches or pull requests

1 participant