docker-compose.yaml hinzugefügt
This commit is contained in:
@@ -0,0 +1,43 @@
|
|||||||
|
api:
|
||||||
|
dashboard: true
|
||||||
|
|
||||||
|
entryPoints:
|
||||||
|
entryPoints:
|
||||||
|
sshtls:
|
||||||
|
address: ":2222" # Port 22 für SSH
|
||||||
|
web:
|
||||||
|
address: ":80"
|
||||||
|
http:
|
||||||
|
redirections:
|
||||||
|
entryPoint:
|
||||||
|
to: websecure
|
||||||
|
scheme: https
|
||||||
|
websecure:
|
||||||
|
address: ":443"
|
||||||
|
traefik:
|
||||||
|
address: ":9090" # Prometheus Metrics
|
||||||
|
|
||||||
|
providers:
|
||||||
|
docker:
|
||||||
|
endpoint: "tcp://10.0.0.3:2375"
|
||||||
|
exposedByDefault: false
|
||||||
|
|
||||||
|
|
||||||
|
certificatesResolvers:
|
||||||
|
letsencrypt:
|
||||||
|
acme:
|
||||||
|
email: "admin@ljh31.de"
|
||||||
|
storage: "/etc/traefik/acme/acme.json"
|
||||||
|
tlsChallenge: {}
|
||||||
|
|
||||||
|
|
||||||
|
log:
|
||||||
|
level: INFO
|
||||||
|
format: json
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
prometheus:
|
||||||
|
entryPoint: traefik
|
||||||
|
|
||||||
|
accessLog: {}
|
||||||
|
|
||||||
Reference in New Issue
Block a user