From d3244ee433159b9e88bdf5a984efe3c945ccf213 Mon Sep 17 00:00:00 2001 From: jon r Date: Tue, 27 Aug 2024 11:37:12 +0200 Subject: [PATCH] chore(compose): call host-gateway by its name --- compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 8ebc25d29..6be8ccc62 100644 --- a/compose.yml +++ b/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: