supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 21:00:14 +01:00
parent 3ca925e7f2
commit 616153b8f7
6 changed files with 6 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ services:
ports: ports:
- "15000:5000" - "15000:5000"
- "7780:80" - "80:80"
- "7443:443" - "443:443"
- "8404:8404" - "8404:8404"
volumes: volumes:

View File

@@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
docker compose down docker compose down
docker system prune -a
docker compose up --build docker compose up --build

View File

@@ -138,7 +138,7 @@ border: none;
<a href="/edit" class="menu-link">Edit HAProxy Config</a> <a href="/edit" class="menu-link">Edit HAProxy Config</a>
<a href="/logs" class="menu-link">Security Events</a> <a href="/logs" class="menu-link">Security Events</a>
<a href="/statistics" class="menu-link">Statictics</a> <a href="/statistics" class="menu-link">Statictics</a>
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" target="_blank">HAProxy Stats</a> <a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" target="_blank">HAProxy Stats</a>
<div class="custom-control custom-switch ml-auto"> <div class="custom-control custom-switch ml-auto">
<input type="checkbox" class="custom-control-input" id="darkModeSwitch"> <input type="checkbox" class="custom-control-input" id="darkModeSwitch">

View File

@@ -98,7 +98,7 @@
<a href="/edit" class="menu-link">Edit HAProxy Config</a> <a href="/edit" class="menu-link">Edit HAProxy Config</a>
<a href="/logs" class="menu-link">Security Events</a> <a href="/logs" class="menu-link">Security Events</a>
<a href="/statistics" class="menu-link">Statictics</a> <a href="/statistics" class="menu-link">Statictics</a>
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a> <a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
<div class="custom-control custom-switch ml-auto"> <div class="custom-control custom-switch ml-auto">
<input type="checkbox" class="custom-control-input" id="darkModeSwitch"> <input type="checkbox" class="custom-control-input" id="darkModeSwitch">

View File

@@ -148,7 +148,7 @@
<a href="/edit" class="menu-link">Edit HAProxy Config</a> <a href="/edit" class="menu-link">Edit HAProxy Config</a>
<a href="/logs" class="menu-link">Security Events</a> <a href="/logs" class="menu-link">Security Events</a>
<a href="/statistics" class="menu-link">Statictics</a> <a href="/statistics" class="menu-link">Statictics</a>
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a> <a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
<div class="custom-control custom-switch ml-auto"> <div class="custom-control custom-switch ml-auto">
<input type="checkbox" class="custom-control-input" id="darkModeSwitch"> <input type="checkbox" class="custom-control-input" id="darkModeSwitch">
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label> <label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>

View File

@@ -121,7 +121,7 @@
<a href="/" class="menu-link">Add Frontend&Backend</a> <a href="/" class="menu-link">Add Frontend&Backend</a>
<a href="/logs" class="menu-link">Security Events</a> <a href="/logs" class="menu-link">Security Events</a>
<a href="/statistics" class="menu-link">Statictics</a> <a href="/statistics" class="menu-link">Statictics</a>
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a> <a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
<div class="custom-control custom-switch ml-auto"> <div class="custom-control custom-switch ml-auto">
<input type="checkbox" class="custom-control-input" id="darkModeSwitch"> <input type="checkbox" class="custom-control-input" id="darkModeSwitch">
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label> <label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>