Another attempt to fix the haproxy networks

This commit is contained in:
Andrea Dell'Amico 2020-10-05 18:44:41 +02:00
parent 48d659977e
commit 6aeb251a9f
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
docker_compose: docker_compose:
project_name: haproxy_haproxy project_name: haproxy_haproxy
definition: definition:
version: 3
services: services:
haproxy_haproxy: haproxy_haproxy:
networks: '{{ docker_swarm_haproxy_networks }}' networks: '{{ docker_swarm_haproxy_networks }}'
@ -21,6 +22,7 @@
docker_compose: docker_compose:
project_name: haproxy_haproxy project_name: haproxy_haproxy
definition: definition:
version: 3
services: services:
haproxy_haproxy: haproxy_haproxy:
networks: '{{ docker_swarm_haproxy_additional_networks }}' networks: '{{ docker_swarm_haproxy_additional_networks }}'