feat(deployment): update Semaphore stack and Traefik configuration

- Add QUICKSTART.md and SETUP_REPOSITORY.md for Semaphore stack
- Add playbooks directory for Semaphore deployment
- Update Semaphore docker-compose.yml, env.example, and README
- Add Traefik local configuration files
- Disable semaphore.yml in Traefik dynamic config
- Update docker-compose.local.yml and build-image workflow
This commit is contained in:
2025-11-02 22:55:51 +01:00
parent 0c4ff1283c
commit 77c656af62
15 changed files with 1280 additions and 77 deletions

View File

@@ -12,7 +12,7 @@ services:
container_name: web
ports:
- "8888:80"
- "8443:443"
- "443:443" # HTTPS auf Standard-Port 443 für direkten Zugriff via https://localhost
environment:
- APP_ENV=${APP_ENV:-development}
volumes: