This commit is contained in:
2026-05-31 23:30:35 -07:00
parent 431ffdff06
commit 3e50191530
20 changed files with 539 additions and 78 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
build: .
command: uvicorn evanescere.api:app --host 0.0.0.0 --port 8000
ports:
- "8000:8000"
- "8080:8000"
volumes:
- ./config.toml:/etc/evanescere/config.toml:ro
- ./storage:/data/evanescere