Upload files to "/"

This commit is contained in:
2026-04-19 19:54:33 +00:00
parent d8804a251c
commit 7ead16f35a
3 changed files with 48 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
web:
build: .
ports:
- '5050:5050'
volumes:
- ./:/app:rw
- ./data/grepo.db:/app/grepo.db
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped