Skip to content
Snippets Groups Projects
Commit 1c912715 authored by root's avatar root
Browse files

fix user-mgmt-ui vars

parent c476645e
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ docker_build_dir: "{{playbook_dir}}/build"
soctools_netname: "soctoolsnet"
soctools_network: "172.22.0.0/16"
soctools_network_gw: "172.22.0.1"
repo: soctools
version: 7
......
......@@ -10,6 +10,7 @@
networks_cli_compatible: yes
published_ports:
- "443:443"
- "5443:5443"
- "8888:8888"
- "8443:8443"
- "9443:9443"
......
......@@ -95,7 +95,7 @@ listen user-mgmt-ui
option tcpka
option forwardfor
option httplog
server localhost 127.0.0.1:8050
server soctools_server {{ soctools_network_gw }}:8050
{% for port in range(50, 60) %}
listen nifiservtcp77{{port}}
......
......@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
ExecStart={{playbook_dir}}/user-mgmt-ui/bin/gunicorn --workers=2 --bind 127.0.0.1:8050 main:app
ExecStart={{playbook_dir}}/user-mgmt-ui/bin/gunicorn --workers=2 --bind 0.0.0.0:8050 main:app
User=root
KillMode=process
WorkingDirectory={{playbook_dir}}/user-mgmt-ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment