mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02: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 |