This commit is contained in:
hacker
2025-11-24 00:10:27 +00:00
parent 437f6e3d4f
commit 4a1323c500

View File

@@ -1,12 +1,11 @@
version: '3.2'
services:
haproxy:
container_name: haproxy
image: haproxy
ports:
- "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 +32,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"