From 29e727491b85d2753c697bf6b3cb7a59cf4f8b05 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 7 Jul 2020 12:18:06 +0530 Subject: [PATCH] fix: pwd socketio hostname [skip travis] --- tests/pwd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pwd.yml b/tests/pwd.yml index 328d44f2..332e5b94 100644 --- a/tests/pwd.yml +++ b/tests/pwd.yml @@ -35,7 +35,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.erpnext-nginx.rule=HostRegexp(`{catchall:.*}`)" - - "traefik.http.middlewares.erpnext-nginx.headers.customrequestheaders.Host=mysite.localhost" + - "traefik.http.middlewares.erpnext-nginx.headers.customrequestheaders.Host=erpnext-nginx" - "traefik.http.routers.erpnext-nginx.middlewares=erpnext-nginx" - "traefik.http.routers.erpnext-nginx.entrypoints=web" - "traefik.http.services.erpnext-nginx.loadbalancer.server.port=80" @@ -148,7 +148,7 @@ services: deploy: restart_policy: condition: none - command: ["bash", "-c", "echo mysite.localhost > /sites/currentsite.txt"] + command: ["bash", "-c", "echo erpnext-nginx > /sites/currentsite.txt"] volumes: - sites-vol:/sites:rw @@ -193,7 +193,7 @@ services: condition: none command: new environment: - - SITE_NAME=mysite.localhost + - SITE_NAME=erpnext-nginx - DB_ROOT_USER=root - MYSQL_ROOT_PASSWORD=admin - ADMIN_PASSWORD=admin