chore: cleanup

This commit is contained in:
2025-01-30 11:45:05 +00:00
parent 9045bb93e4
commit e11d7dc787
16 changed files with 322 additions and 111 deletions

View File

@ -18,14 +18,14 @@ services:
blossom:
depends_on:
- db
image: voidic/route96
image: voidic/route96:latest
environment:
- "RUST_LOG=info"
ports:
- "8881:8000"
volumes:
- "blossom:/app/data"
- "./dev-setup/route96.toml:/app/config.toml"
- "./dev-setup/route96.yaml:/app/config.yaml"
volumes:
db:
blossom: