made webhook domain variable

This commit is contained in:
Zehka
2020-07-05 18:38:38 +02:00
parent ea71bc727c
commit 0210037e90
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
image: cryptkiddie2/webhook-docker:latest
restart: always
labels:
- traefik.frontend.rule=Host:site.webhook.nachtigall.chaospott.de
- traefik.frontend.rule=Host:${WEBHOOK_DOMAIN}
- traefik.port=9000
- traefik.docker.network=web
networks: