Custom
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
version: '3.2'
|
|
||||||
services:
|
services:
|
||||||
haproxy:
|
haproxy:
|
||||||
container_name: haproxy
|
container_name: haproxy
|
||||||
image: haproxy
|
image: haproxy
|
||||||
ports:
|
|
||||||
- "80:8080"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./haproxy:/usr/local/etc/haproxy
|
- ./haproxy:/usr/local/etc/haproxy
|
||||||
|
environment:
|
||||||
|
- SERVICE_URL_PWD_8080
|
||||||
|
|
||||||
pwd:
|
pwd:
|
||||||
# pwd daemon container always needs to be named this way
|
# pwd daemon container always needs to be named this way
|
||||||
@@ -33,10 +32,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- $PWD:/go/src
|
- $PWD:/go/src
|
||||||
- networks:/pwd
|
- networks:/pwd
|
||||||
ports:
|
#ports:
|
||||||
- "8022:22"
|
# - "8022:22"
|
||||||
- "8053:53"
|
# - "8053:53"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
volumes:
|
|
||||||
sessions:
|
|
||||||
networks:
|
|
||||||
Reference in New Issue
Block a user