Initial commit

This commit is contained in:
goyban
2026-04-26 11:52:07 +00:00
commit 460c9d57ed
14 changed files with 3927 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
hearts:
build: .
ports:
- "4000:4000"
- "4443:4443"
restart: unless-stopped
volumes:
- ./data:/app/data
# Hokm's data dir (read-only) so Hearts can verify Hokm accounts
- /root/hokm/data:/hokm-data:ro
# Share Hokm's card SVGs — same card assets, no duplication
- /root/hokm/public/cards:/app/public/cards:ro
env_file:
- .env