Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix: uploaded material persistence and docker-compose#8

Open
ethanlacerenza wants to merge 1 commit into
learnhouse:mainfrom
ethanlacerenza:main
Open

fix: uploaded material persistence and docker-compose#8
ethanlacerenza wants to merge 1 commit into
learnhouse:mainfrom
ethanlacerenza:main

Conversation

@ethanlacerenza

Copy link
Copy Markdown

What

Fix uploaded material persistence and remove deprecated version field from docker-compose.yml.

Why

  • Uploaded files were stored inside the container and lost on every restart
  • The version key in docker-compose.yml is deprecated in Compose v2 and generates a warning on every command

Changes

  • Added a named Docker volume mapped to the uploads directory so data persists across container restarts
  • Removed the top-level version field from docker-compose.yml

upload persistent
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant