docs(docker): add beta tag to supported tags + link to available tags

This commit is contained in:
Yassine Doghri 2022-09-30 09:33:17 +00:00
parent 104438ec5f
commit bac210105f

View File

@ -19,8 +19,13 @@ can be added as a cache handler.
## Supported tags ## Supported tags
- `develop` [unstable], latest development branch build - `develop` [unstable], latest development branch build
- `beta` [stable], latest beta version build
// more tags to come! You can also set a specific Castopod version, see the list of available tags
for:
- [`castopod/app`](https://hub.docker.com/r/castopod/app/tags)
- [`castopod/web-server`](https://hub.docker.com/r/castopod/web-server/tags)
## Example usage ## Example usage
@ -33,7 +38,7 @@ can be added as a cache handler.
services: services:
app: app:
image: castopod/app:develop image: castopod/app:beta
container_name: "castopod-app" container_name: "castopod-app"
volumes: volumes:
- castopod-media:/opt/castopod/public/media - castopod-media:/opt/castopod/public/media
@ -51,7 +56,7 @@ can be added as a cache handler.
restart: unless-stopped restart: unless-stopped
web-server: web-server:
image: castopod/web-server:develop image: castopod/web-server:beta
container_name: "castopod-web-server" container_name: "castopod-web-server"
volumes: volumes:
- castopod-media:/var/www/html/media - castopod-media:/var/www/html/media