1
0

traefik specific labels and files

This commit is contained in:
Andrew Camilleri
2018-09-13 13:35:20 +02:00
parent 16cd65c37f
commit 34e263d12b
6 changed files with 57 additions and 6 deletions

View File

@@ -22,3 +22,11 @@ docker run -v "$(pwd)/Generated:/app/Generated" \
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
cp Production/nginx.tmpl Generated/nginx.tmpl
fi
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
cp Production/traefik.toml Generated/traefik.toml
fi