Add SQLite persistence, import-snapshot tool, and karma functionality

This commit is contained in:
Ilya Groshev
2026-04-20 09:57:47 +03:00
parent c9ad3fa4f4
commit c33e738fd5
70 changed files with 4151 additions and 833 deletions
+1 -1
View File
@@ -5,9 +5,9 @@ services:
environment:
LUNAR_HOST: 127.0.0.1
LUNAR_HTTP_PORT: 8080
LUNAR_SCENE: 0
volumes:
- ./assets:/opt/lunar-tear/assets
- ./db:/opt/lunar-tear/db
ports:
- 443:443 # grpc, hardcoded by the client, not configurable
- 8080:8080