1
0

add build scripts for custom docker-compose

This commit is contained in:
nicolas.dorier
2018-05-17 01:31:36 +09:00
parent 446b3db93a
commit e2b82697a0
9 changed files with 94 additions and 3 deletions

4
build-pregen.ps1 Executable file
View File

@@ -0,0 +1,4 @@
# 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