Kit.Instructage.Postgres/Deploy.ps1

19 lines
322 B
PowerShell

docker network create instructage-network
Set-Location PGServer
docker-compose down -v
docker-compose up --build -d
Set-Location ../pgAdmin
docker-compose down -v
docker-compose up --build -d
timeout 5
Set-Location ../db
Set-Location General
docker-compose down -v
docker-compose up --build -d
Set-Location ../../