Zerotier for web must be done outside of the container when haproxy is used. For queue it must be inside.
parent
bcb82b8b20
commit
efd3c89494
@ -123,7 +123,7 @@ services:
|
|||||||
MAIL_FROM_ADDRESS: ${MAIL_FROM_ADDRESS}
|
MAIL_FROM_ADDRESS: ${MAIL_FROM_ADDRESS}
|
||||||
MAIL_FROM_NAME: ${MAIL_FROM_NAME}
|
MAIL_FROM_NAME: ${MAIL_FROM_NAME}
|
||||||
MEMCACHED_START: ${MEMCACHED_START:-"FALSE"}
|
MEMCACHED_START: ${MEMCACHED_START:-"FALSE"}
|
||||||
ZEROTIER_START: ${ZEROTIER_START:-"FALSE"}
|
#ZEROTIER_START: "TRUE"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
public:
|
public:
|
||||||
@ -178,7 +178,7 @@ services:
|
|||||||
MAIL_FROM_NAME: ${MAIL_FROM_NAME}
|
MAIL_FROM_NAME: ${MAIL_FROM_NAME}
|
||||||
WORK_QUEUES: default,poll,mail,tic
|
WORK_QUEUES: default,poll,mail,tic
|
||||||
WORK_TIMEOUT: 900
|
WORK_TIMEOUT: 900
|
||||||
ZEROTIER_START: ${ZEROTIER_START:-"FALSE"}
|
#ZEROTIER_START: "TRUE"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
public:
|
public:
|
||||||
@ -332,7 +332,6 @@ MAIL_FROM_NAME="[YOUR NAME]"
|
|||||||
|
|
||||||
# Other Items
|
# Other Items
|
||||||
#MEMCACHED_START="FALSE"
|
#MEMCACHED_START="FALSE"
|
||||||
#ZEROTIER_START="FALSE"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
_NOTES:_
|
_NOTES:_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user