ch entrypoint sql, fixes

This commit is contained in:
2024-11-27 11:08:16 -07:00
parent e9752758e1
commit 6fb0ff4b4c
6 changed files with 76 additions and 2 deletions

4
scripts/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Full setup
`deploy.ps1 -MasterNode` to deploy stack with current node as manager
`deploy.ps1 -downStack` to bring down stack (run from manager node)

View File

@@ -31,7 +31,7 @@ elseif ($MasterNode) {
Set-Location $scriptDir
docker stack deploy -d `
-c ../preprocessing/docker-compose.yml `
-c ../clickhouse/docker-compose-old.yaml `
-c ../clickhouse/docker-compose.yaml `
$stackName
# scripts