initial commit

This commit is contained in:
2025-09-11 23:11:38 +01:00
parent 9fa37f9ee7
commit 15fddd9f4a
7 changed files with 1641 additions and 0 deletions

14
compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
site:
build:
context: .
target: final
args:
APP_NAME: minibookfluxmark
ports:
- 3937:3000
env_file: ".env"
environment:
MINIBOOKFLUXMARK_DB_PATH: /db.sqlite
volumes:
- ./db.sqlite:/db.sqlite