infer course name from folder name

This commit is contained in:
2023-12-04 16:26:08 -07:00
parent 6423f5db87
commit b0cf5d8189
8 changed files with 61 additions and 34 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
canvas_manager:
image: alexmickelson/canvas_management:1.0
user: "1000:1000"
ports:
- 8080:8080
env_file:
- .env
environment:
- storageDirectory=/app/storage
volumes:
- ./storage:/app/storage