feat(docker): add SITAR API environment variables and configure backend uploads volume

This commit is contained in:
2026-01-23 14:01:03 -06:00
parent e2b9ee3f7b
commit 2a82215a6a
2 changed files with 10 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ services:
volumes:
- ./backend:/app
- backend_cache:/app/__pycache__
- backend_uploads:/app/uploads
- ./scripts/backend-entrypoint.sh:/entrypoint.sh:ro
networks:
- backend-net
@@ -298,6 +299,8 @@ volumes:
driver: local
backend_cache:
driver: local
backend_uploads:
driver: local
networks:
backend-net: