feat: enabled logging for alfred(-core)

This commit is contained in:
2026-01-06 04:33:59 +01:00
parent 50c8204fa0
commit d3b69f7459

View File

@@ -36,6 +36,8 @@ services:
- ./logs:/logs
# TODO: Hot reload (comment out in production)
#- ./alfred:/home/appuser/alfred
command: >
sh -c "python -u -m uvicorn alfred.app:app --host 0.0.0.0 --port 8000 2>&1 | tee -a /logs/alfred.log"
networks:
- alfred-net