chore: Remove Traefik from deploy stack (using Nginx)
All checks were successful
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m35s
Build and Push Docker Image / build (push) Successful in 3m50s

- Remove Traefik network and labels from docker-compose
- Remove redundant docker-compose.simple.yml
- Remove HUB_DOMAIN from .env.example
- Remove traefik network creation from setup.sh

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-17 13:51:07 +01:00
parent 18721c9487
commit e876a4c967
4 changed files with 2 additions and 84 deletions

View File

@@ -7,7 +7,6 @@
# Hub public URL (used for auth callbacks and runner communication)
HUB_URL=https://hub.yourdomain.com
HUB_DOMAIN=hub.yourdomain.com
# Database password (generate a strong random password)
POSTGRES_PASSWORD=CHANGE_ME_STRONG_PASSWORD_HERE