update prompt and website style

This commit is contained in:
2025-05-10 17:35:51 +01:00
parent 3b00a71391
commit 1b3b01e90e
6 changed files with 129 additions and 13 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
server:
build:
dockerfile: ./Dockerfile
env_file:
- .env
ports:
- "8080:8080"
volumes:
- ./data.sqlite:/app/data.sqlite