chore(compose): call host-gateway by its name

This commit is contained in:
jon r 2024-08-27 11:37:12 +02:00
parent fb2ec846fa
commit d3244ee433
1 changed files with 6 additions and 6 deletions

View File

@ -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: