From da93217befbe0d3135931724a5e131c19510951d Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Wed, 21 Jun 2023 16:29:38 +0000 Subject: [PATCH] docs: remove castopod/video-clipper image mentions in the docs --- docs/src/getting-started/docker.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/src/getting-started/docker.md b/docs/src/getting-started/docker.md index 0b6a1abf..dbb6179f 100644 --- a/docs/src/getting-started/docker.md +++ b/docs/src/getting-started/docker.md @@ -14,8 +14,6 @@ process: with all of Castopod dependencies - [**`castopod/web-server`**](https://hub.docker.com/r/castopod/web-server): an Nginx configuration for Castopod -- [**`castopod/video-clipper`**](https://hub.docker.com/r/castopod/video-clipper): - an optional image building videoclips thanks to ffmpeg Additionally, Castopod requires a MySQL-compatible database. A Redis database can be added as a cache handler. @@ -24,7 +22,6 @@ can be added as a cache handler. - `develop` [unstable], latest development branch build - `beta` [stable], latest beta version build -- `1.0.0-beta.x` [stable], specific beta version build (since `1.0.0-beta.22`) - `latest` [stable], latest version build - `1.x.x` [stable], specific version build (since `1.0.0`) @@ -112,16 +109,6 @@ can be added as a cache handler. ## Environment Variables -- **castopod/video-clipper** - - | Variable name | Type (`default`) | Default | - | -------------------------- | ---------------- | ---------------- | - | **`CP_DATABASE_HOSTNAME`** | ?string | `"mariadb"` | - | **`CP_DATABASE_NAME`** | ?string | `MYSQL_DATABASE` | - | **`CP_DATABASE_USERNAME`** | ?string | `MYSQL_USER` | - | **`CP_DATABASE_PASSWORD`** | ?string | `MYSQL_PASSWORD` | - | **`CP_DATABASE_PREFIX`** | ?string | `"cp_"` | - - **castopod/castopod** and **castopod/app** | Variable name | Type (`default`) | Default |