CoreWiki 1.0

This commit is contained in:
root
2026-08-27 13:43:40 +02:00
commit 2958524ef2
12 changed files with 833 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.8'
services:
corewiki:
build: .
container_name: corewiki_app
ports:
- "8443:443"
volumes:
- ./src:/var/www/html
- ./data:/var/www/data
restart: unless-stopped