First pass

This commit is contained in:
2025-12-25 22:10:06 -07:00
parent a2af6195f9
commit 455c3dbd9a
58 changed files with 10299 additions and 3 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
zamaan:
build: .
ports:
- "4321:4321"
environment:
NODE_ENV: production
HOST: 0.0.0.0
PORT: 4321
DATABASE_URL: /app/data/zamaan.db
volumes:
- zamaan_data:/app/data
restart: unless-stopped
volumes:
zamaan_data: