🚀 Initial release: CorePlan v1.0 Community Edition

This commit is contained in:
root
2026-08-25 14:28:58 +02:00
commit a707d036b8
13 changed files with 1048 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
coretemplate:
build: .
container_name: coreplan_app
ports:
# Außen 8443, intern 443 (HTTPS)
- "8443:443"
volumes:
- ./src:/var/www/html
- ./data:/var/www/data
restart: unless-stopped