mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 11:04:30 +01:00
7 lines
450 B
PowerShell
Executable File
7 lines
450 B
PowerShell
Executable File
# This script will run docker-compose-generator in a container to generate the yml files
|
|
|
|
docker pull btcpayserver/docker-compose-generator
|
|
docker run -v "$(Get-Location)\Production:/app/Production" `
|
|
-v "$(Get-Location)\Production-NoReverseProxy:/app/Production-NoReverseProxy" `
|
|
-v "$(Get-Location)\docker-compose-generator\docker-fragments:/app/docker-fragments" `
|
|
--rm btcpayserver/docker-compose-generator pregen |