mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
refactor/docker-updates (#369)
* convert all images to webp * consolidate docker files * serve images wiith caddy * consolidate docker files * new slim-buster image * set image url * add image path * remove print * set image path correctly * cleanup * caddy proxy path * docs Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
7153ff6f25
commit
3e80947a4c
12 changed files with 110 additions and 78 deletions
2
makefile
2
makefile
|
@ -74,7 +74,7 @@ docker-dev: ## Build and Start Docker Development Stack
|
|||
docker-compose -f docker-compose.dev.yml -p dev-mealie up --build
|
||||
|
||||
docker-prod: ## Build and Start Docker Production Stack
|
||||
docker-compose -p mealie up --build -d
|
||||
docker-compose -f docker-compose.yml -p mealie up --build -d
|
||||
|
||||
code-gen: ## Run Code-Gen Scripts
|
||||
poetry run python dev/scripts/app_routes_gen.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue