Storage problem handling

This commit is contained in:
michi 2025-08-26 15:15:23 +02:00
parent 0bb5cef903
commit f49ca13711
9 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@
"title": "Projektstart: Textbased Survival",
"description": "Wir haben mit der Entwicklung eines spannenden textbasierten Survival-Spiels begonnen.212121",
"slug": "textbased-survival",
"image": "/assets/images/textbased-survival.png",
"image": "/logo.png",
"content": []
}
]

View File

@ -7,6 +7,8 @@ services:
- .env
environment:
- NODE_ENV=production
volumes:
- ./data:/app/data
labels:
- "traefik.enable=true"