English docs and passwordless SSH mesh for lab fleet
- Translate all documentation to English - Add docs/ssh-mesh.md and scripts/setup/setup-ssh-mesh.sh - Add config/hosts/atc-lab.hosts for /etc/hosts on all VMs - Ignore atc_cluster private key in git; mesh deployed on 12 hosts
This commit is contained in:
+8
-8
@@ -1,20 +1,20 @@
|
||||
# Deploy
|
||||
|
||||
| Bestand | Doel |
|
||||
|---------|------|
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| `docker-compose.homepage.yml` | Homepage + RSS-proxy + icon nginx |
|
||||
| `docker-compose.atc-docker01.yml` | Alle stacks via Compose `include` |
|
||||
| `../scripts/deploy/deploy-atc-docker01.sh` | Aanbevolen: stapsgewijs deployen |
|
||||
| `docker-compose.atc-docker01.yml` | All stacks via Compose `include` |
|
||||
| `../scripts/deploy/deploy-atc-docker01.sh` | Recommended: step-by-step deploy |
|
||||
|
||||
## Commando's
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
# Alleen dashboard
|
||||
# Dashboard only
|
||||
docker compose -f deploy/docker-compose.homepage.yml up -d --build
|
||||
|
||||
# Volledige docker01 stack
|
||||
# Full docker01 stack
|
||||
docker compose -f deploy/docker-compose.atc-docker01.yml up -d --build
|
||||
|
||||
# Of script
|
||||
# Or use the script
|
||||
./scripts/deploy/deploy-atc-docker01.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user