Upload of Dockerfile und overrides
This commit is contained in:
2
overrides/logging.inc
Normal file
2
overrides/logging.inc
Normal file
@ -0,0 +1,2 @@
|
||||
type = "console";
|
||||
|
2
overrides/options.inc
Normal file
2
overrides/options.inc
Normal file
@ -0,0 +1,2 @@
|
||||
pidfile = false;
|
||||
|
6
overrides/worker-controller.inc
Normal file
6
overrides/worker-controller.inc
Normal file
@ -0,0 +1,6 @@
|
||||
bind_socket = "*:11334";
|
||||
|
||||
{% if env.PASSWORD_HASH %}
|
||||
password = "{= env.PASSWORD_HASH =}";
|
||||
{% endif %}
|
||||
|
2
overrides/worker-normal.inc
Normal file
2
overrides/worker-normal.inc
Normal file
@ -0,0 +1,2 @@
|
||||
bind_socket = "*:11333";
|
||||
|
2
overrides/worker-proxy.inc
Normal file
2
overrides/worker-proxy.inc
Normal file
@ -0,0 +1,2 @@
|
||||
bind_socket = "*:11332";
|
||||
|
Reference in New Issue
Block a user