release: prep beta 3 (#1349)

* docs: add tag documentation

* bump docker-compose tags

* minor language changes

* beta3 changelog

* auto-gen API docs

* bump version

* bump recipe-scrapers
This commit is contained in:
Hayden
2022-06-07 11:19:24 -08:00
committed by GitHub
parent eca8a96509
commit 56eb0bca71
11 changed files with 83 additions and 32 deletions

View File

@@ -85,6 +85,17 @@ These backups are just plain .zip files that you can download from the UI or acc
## Appendix
### Docker Tags
`mealie:frontend-v1.0.0beta-x` **and** `mealie:api-v1.0.0beta-x`
These are the tags for the latest beta release of the frontend docker-container. These are currently considered the latest and most stable releases and the recommended way of using Mealie.
`mealie:frontend-nightly`**and** `mealie:api-nightly`
The nightly build are the latest and greatest builds that are built directly off of every commit to the `mealie-next` branch and as such may contain bugs. These are great to help the community catch bugs before they hit the stable release or if you like living on the edge.
### Docker Diagram
While the docker-compose file should work without modification, some users want to tailor it to their installation. This diagram shows network and volume architecture for the default setup. You can use this to help you customize your configuration.

View File

@@ -10,7 +10,7 @@
version: "3.7"
services:
mealie-frontend:
image: hkotel/mealie:frontend-v1.0.0beta-2
image: hkotel/mealie:frontend-v1.0.0beta-3
container_name: mealie-frontend
depends_on:
- mealie-api
@@ -23,7 +23,7 @@ services:
volumes:
- mealie-data:/app/data/ # (3)
mealie-api:
image: hkotel/mealie:api-v1.0.0beta-2
image: hkotel/mealie:api-v1.0.0beta-3
container_name: mealie-api
depends_on:
- postgres

View File

@@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
version: "3.7"
services:
mealie-frontend:
image: hkotel/mealie:frontend-v1.0.0beta2
image: hkotel/mealie:frontend-v1.0.0beta-3
container_name: mealie-frontend
environment:
# Set Frontend ENV Variables Here
@@ -23,7 +23,7 @@ services:
volumes:
- mealie-data:/app/data/ # (3)
mealie-api:
image: hkotel/mealie:api-v1.0.0beta2
image: hkotel/mealie:api-v1.0.0beta-3
container_name: mealie-api
volumes:
- mealie-data:/app/data/