traefik specific labels and files
This commit is contained in:
@@ -21,3 +21,7 @@ docker run -v "$(Get-Location)\Generated:/app/Generated" `
|
||||
If ($BTCPAYGEN_REVERSEPROXY -eq "nginx") {
|
||||
Copy-Item ".\Production\nginx.tmpl" -Destination ".\Generated"
|
||||
}
|
||||
|
||||
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
|
||||
Copy-Item ".\Production\traefik.toml" -Destination ".\Generated"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user