first commit

This commit is contained in:
2026-04-18 16:58:50 +03:00
commit 8fc3243687
28 changed files with 7777 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
name: astral-wiki
services:
wiki:
build:
context: .
dockerfile: Dockerfile
container_name: astral-wiki
ports:
- "4321:80"
restart: unless-stopped