v2.0: 3-Raum-System - Hauptraum, Saal A, Saal B mit 18 Tischen, Raum-Buchungen, API-Doku

This commit is contained in:
Peter
2026-05-16 12:15:46 +00:00
commit 1ae070f82f
35 changed files with 10640 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
version: '3.8'
services:
reservation:
build: .
container_name: reservation-system
restart: unless-stopped
ports:
- "8081:8080"
volumes:
- reservation-data:/data
environment:
- PORT=8080
- DATA_DIR=/data
- OLLAMA_URL=http://192.168.0.150:11434
networks:
- cctv-network
volumes:
reservation-data:
networks:
cctv-network:
external: true
name: cctv_default