mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
Optimize Docker (#575)
* reduce docker dev size * reduce docker prod size * fix lint * add gunicorn * fix bandit reported issues * add docs external link icon * add env vars to docs * add permission to docker * merge to one backend Dockerfile * fix codefactor issues * add docs for puid/pgid * add docker healthcheck
This commit is contained in:
parent
6320ba7ec5
commit
999d0d4322
34 changed files with 465 additions and 193 deletions
1
makefile
1
makefile
|
@ -85,6 +85,7 @@ docs: ## 📄 Start Mkdocs Development Server
|
|||
cd docs && poetry run python -m mkdocs serve
|
||||
|
||||
docker-dev: ## 🐳 Build and Start Docker Development Stack
|
||||
docker-compose -f docker-compose.dev.yml -p dev-mealie down && \
|
||||
docker-compose -f docker-compose.dev.yml -p dev-mealie up --build
|
||||
|
||||
docker-prod: ## 🐳 Build and Start Docker Production Stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue