The next thing to declare are the "external" services that you will need: They are services needed by our app, but not built here. They are shared across the whole application (so no need to re-declare them in another
dmake.yml
file with the same app_name
):
docker_links: - image_name: rabbitmq:3.6 link_name: rabbitmq probe_ports: - 5672/tcp env: RABBITMQ_DEFAULT_VHOST: dev RABBITMQ_DEFAULT_USER: user RABBITMQ_DEFAULT_PASS: password