Initial commit

This commit is contained in:
2026-05-12 03:10:52 +00:00
commit b88f47b72d
9 changed files with 2210 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
ni-quiz:
build: .
volumes:
- quiz-data:/data
environment:
- DB_PATH=/data/quiz.db
restart: unless-stopped
networks:
- web-net
volumes:
quiz-data:
networks:
web-net:
external: true
name: web_web-net