Fully containerized

This commit is contained in:
goyban
2026-05-24 15:59:24 +00:00
parent a4fefd92f1
commit e0b9dde93e
8 changed files with 326 additions and 18 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
shelem:
container_name: shelem
build: .
ports:
- "4001:4000"
- "4444:4443"
restart: unless-stopped
volumes:
- ./data:/app/data
# Hokm's data dir (read-only) — allows Hokm accounts to log into Shelem
- /root/hokm/data:/hokm-data:ro
# Share card SVGs from Hearts/Hokm — same assets, no duplication
- /root/hearts/public/cards:/app/public/cards:ro
env_file:
- .env