Another attempt to fix the haproxy networks
This commit is contained in:
parent
48d659977e
commit
6aeb251a9f
|
@ -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 }}'
|
||||||
|
|
Loading…
Reference in New Issue