Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"STORAGE_BASE_URL", "https://files-staging.kernelci.org"
)

TREES_FILE = "/app/trees.yaml"
TREES_FILE = "/app/trees.yml"

logger = logging.getLogger("ingester")

Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
BACKEND_VOLUME_DIR: ${BACKEND_VOLUME_DIR:-/volume_data}
volumes:
- backend-data:${BACKEND_VOLUME_DIR:-/volume_data}
- ../data:/app
- ../spool:/app/spool
restart: always
container_name: dashboard_backend_service
networks:
Expand Down
Loading