Skip to content
Snippets Groups Projects
Commit 46cd92be authored by nimrod's avatar nimrod
Browse files

Docker Compose: Small network fix.

There are multiple services deployed by Docker Compose on the host. The
first one creates the Docker network shared by all of them. However,
newer versions of Docker Compose check the network tags and if the tag
for the service doesn't match it (rightfully) complains. Instead the
network is now created by an Ansible playbook when first provisioning
the host and the network is marked as externally managed in all of the
services.
parent 85dc1712
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,5 @@ volumes:
networks:
default:
external: true
name: shore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment