[misc] Traefik config improvements (#3346)

* Remove deprecated docker-compose version

* Prettify docker-compose files

* Backports missing logging entries

* Fix signal port

* Add missing relay configuration

* Serve management over 33073 to avoid confusion
This commit is contained in:
Philippe Vaucher
2025-03-07 16:10:11 +01:00
committed by GitHub
parent 53b9a2002f
commit a444e551b3
2 changed files with 37 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
version: "3"
services:
#UI dashboard
# UI dashboard
dashboard:
image: netbirdio/dashboard:$NETBIRD_DASHBOARD_TAG
restart: unless-stopped
@@ -33,6 +32,7 @@ services:
options:
max-size: "500m"
max-file: "2"
# Signal
signal:
image: netbirdio/signal:$NETBIRD_SIGNAL_TAG
@@ -49,6 +49,7 @@ services:
options:
max-size: "500m"
max-file: "2"
# Relay
relay:
image: netbirdio/relay:$NETBIRD_RELAY_TAG
@@ -115,6 +116,7 @@ services:
options:
max-size: "500m"
max-file: "2"
volumes:
$MGMT_VOLUMENAME:
$SIGNAL_VOLUMENAME: