Upload of Dockerfile und overrides

This commit is contained in:
Patrick Niebeling
2019-12-19 08:47:17 +01:00
parent c3f90f770a
commit 8031e6c919
6 changed files with 42 additions and 0 deletions

2
overrides/logging.inc Normal file
View File

@ -0,0 +1,2 @@
type = "console";

2
overrides/options.inc Normal file
View File

@ -0,0 +1,2 @@
pidfile = false;

View File

@ -0,0 +1,6 @@
bind_socket = "*:11334";
{% if env.PASSWORD_HASH %}
password = "{= env.PASSWORD_HASH =}";
{% endif %}

View File

@ -0,0 +1,2 @@
bind_socket = "*:11333";

View File

@ -0,0 +1,2 @@
bind_socket = "*:11332";