feat: neue Website mit Docker-Deployment
Docker-Image bauen / Image bauen und veröffentlichen (push) Failing after 1m31s

This commit is contained in:
2026-07-13 22:12:02 +02:00
commit 5f9e64e9f4
17 changed files with 3603 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
website:
image: git.servercentral.org/jonas/hardtschule-karlsruhe.de:latest
container_name: hardtschule-website
restart: unless-stopped
ports:
- "8080:80"