Updated README.md

This commit is contained in:
2026-02-27 22:09:56 +01:00
parent b87fe71503
commit 1f54f60d46
2 changed files with 40 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
shap-planner:
image: git.miaurizius.de/miaurizius/shap-planner-backend:latest
container_name: shap-planner
restart: unless-stopped
ports:
- "8080:8080"
environment:
- SHAP_JWT_SECRET=SECURE_RANDOM_STRING # Must be at least 32 characters long
volumes:
- ./appdata:/appdata # To edit your configuration files