Initial commit, adding media-stack for swarm.

This commit is contained in:
2024-08-31 22:03:11 +02:00
parent 4bc115b945
commit 48b37a218c
3 changed files with 92 additions and 1 deletions
+8
View File
@@ -27,6 +27,12 @@ services:
- --accessLog.filters.statusCodes=204-299,400-499,500-599
- --providers.file.directory=rules
- --providers.file.watch=true
- --metrics.prometheus=true
- --metrics.prometheus.buckets=0.100000, 0.300000, 1.200000, 5.000000
- --metrics.prometheus.addEntryPointsLabels=true
- --metrics.prometheus.addServicesLabels=true
- --entryPoints.metrics.address=:8899
- --metrics.prometheus.entryPoint=metrics
labels:
# Enable Traefik for this service, to make it available in the public network
@@ -78,3 +84,5 @@ services:
- "1443:443"
# The web UI (enabled by --api.insecure=true)
- "8080:8080"
# Prometheus metrics
- "8899:8899"