mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
4 lines
373 B
PowerShell
Executable File
4 lines
373 B
PowerShell
Executable File
# This script will run docker-compose-generator in a container to generate the yml files
|
|
|
|
docker build -t btcpayserver/docker-compose-generator "$(Get-Location)\docker-compose-generator"
|
|
docker run -v "$(Get-Location)\Production:/app/Production" -v "$(Get-Location)\Production-NoReverseProxy:/app/Production-NoReverseProxy" --rm btcpayserver/docker-compose-generator pregen |