Neuste Version

This commit is contained in:
2026-04-29 10:32:05 +02:00
commit 92a68cd079
103 changed files with 14941 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3.8'
services:
turnierplaner:
build:
context: .
dockerfile: Dockerfile
container_name: turnierplaner
ports:
- "18080:80"
restart: unless-stopped
networks:
- turnierplaner-network
networks:
turnierplaner-network:
driver: bridge