chore(compose): call host-gateway by its name
This commit is contained in:
parent
fb2ec846fa
commit
d3244ee433
12
compose.yml
12
compose.yml
|
@ -89,9 +89,9 @@ services:
|
|||
cap_add:
|
||||
- SYS_PTRACE
|
||||
extra_hosts:
|
||||
- "node1.funkwhale.test:172.17.0.1"
|
||||
- "node2.funkwhale.test:172.17.0.1"
|
||||
- "node3.funkwhale.test:172.17.0.1"
|
||||
- "node1.funkwhale.test:host-gateway"
|
||||
- "node2.funkwhale.test:host-gateway"
|
||||
- "node3.funkwhale.test:host-gateway"
|
||||
|
||||
celeryworker:
|
||||
env_file:
|
||||
|
@ -118,9 +118,9 @@ services:
|
|||
networks:
|
||||
- internal
|
||||
extra_hosts:
|
||||
- "node1.funkwhale.test:172.17.0.1"
|
||||
- "node2.funkwhale.test:172.17.0.1"
|
||||
- "node3.funkwhale.test:172.17.0.1"
|
||||
- "node1.funkwhale.test:host-gateway"
|
||||
- "node2.funkwhale.test:host-gateway"
|
||||
- "node3.funkwhale.test:host-gateway"
|
||||
|
||||
nginx:
|
||||
env_file:
|
||||
|
|
Loading…
Reference in New Issue