Add grid size to docker compose, fix docker run command using debug mode and add grid size to it as well

This commit is contained in:
csd4ni3l
2025-10-23 15:52:48 +02:00
parent 810b925387
commit 507c3b56bd
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ services:
DB_FILE: "data.db"
APP_KEY: "changeme"
DEBUG_MODE: false
GRID_SIZE: 15
volumes:
- ./data.db:/app/data.db
restart: unless-stopped