migrate to uv; add docker configs

This commit is contained in:
2026-04-09 00:53:31 +03:00
parent a88203e98f
commit 606dc930e8
25 changed files with 461 additions and 832 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
autoindex:
build: .
volumes:
- "./files:/src/files"
- "./subdomain_files:/src/subdomain_files"
ports:
- "8000:8000"
develop:
watch:
- action: sync+restart
path: ./app
target: /src/app
initial_sync: true
- action: rebuild
path: uv.lock