show completion in frontend

This commit is contained in:
2026-07-15 11:18:38 -04:00
parent 425d418426
commit b3116f60e2
11 changed files with 265 additions and 39 deletions
+9
View File
@@ -4,6 +4,12 @@ services:
context: ./backend
dockerfile: Dockerfile
container_name: scheduler-backend
environment:
HOST_BROWSE_ROOT: ${HOST_BROWSE_ROOT}
HOST_MOUNT_ROOT: /host
volumes:
- ${HOST_BROWSE_ROOT}:/host
- scheduler-db:/app
expose:
- "8000"
restart: unless-stopped
@@ -29,3 +35,6 @@ services:
- backend
- frontend
restart: unless-stopped
volumes:
scheduler-db: