From 7166f36e734b6becdca0fd54671f931f0800d2ab Mon Sep 17 00:00:00 2001 From: hacker Date: Mon, 24 Nov 2025 00:10:27 +0000 Subject: [PATCH] Custom --- docker-compose.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 664d7f2..02cda9a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.2' services: haproxy: container_name: haproxy @@ -7,6 +6,8 @@ services: - "80:8080" volumes: - ./haproxy:/usr/local/etc/haproxy + environment: + - SERVICE_URL_PWD_8080 pwd: # pwd daemon container always needs to be named this way @@ -33,10 +34,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock - $PWD:/go/src - networks:/pwd - ports: - - "8022:22" - - "8053:53" - - "443:443" -volumes: - sessions: - networks: + #ports: + # - "8022:22" + # - "8053:53" + # - "443:443" \ No newline at end of file