You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
450 B
31 lines
450 B
# Global Settings
|
|
TZ=Etc/UTC
|
|
LOCAL_STACK_DIR=/srv/docker/volumes/irc
|
|
|
|
# Networks
|
|
NETWORK=webservices
|
|
IRC_NETWORK=irc-webservices
|
|
ZNC_INTERNET=znc-internet
|
|
|
|
# znc (optional)
|
|
ZNC_CONTAINER_NAME=
|
|
ZNC_RESTART=
|
|
|
|
# reverseproxy (optional)
|
|
RP_CONTAINER_NAME=
|
|
RP_RESTART=
|
|
|
|
# webircgateway (optional)
|
|
WI_CONTAINER_NAME=
|
|
WI_RESTART=
|
|
|
|
# kiwiirc (optional)
|
|
KI_CONTAINER_NAME=
|
|
KI_RESTART=
|
|
|
|
KI_BLD_IMG=
|
|
KI_BLD_TAG=
|
|
KI_BLD_REPO=
|
|
KI_BLD_VER=
|
|
KI_FNL_IMG=
|
|
KI_FNL_TAG=
|
|
|