mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
New translations docker.mdx (Dutch)
[ci skip]
This commit is contained in:
parent
e9e9e4c8c7
commit
b951b5f4f6
@ -15,14 +15,14 @@ process:
|
|||||||
Additionally, Castopod requires a MySQL-compatible database. A Redis database
|
Additionally, Castopod requires a MySQL-compatible database. A Redis database
|
||||||
can be added as a cache handler.
|
can be added as a cache handler.
|
||||||
|
|
||||||
## Supported tags
|
## Ondersteunde labels
|
||||||
|
|
||||||
- `develop` [unstable], latest development branch build
|
- `develop` [unstable], latest development branch build
|
||||||
- `beta` [stable], latest beta version build
|
- `beta` [stable], latest beta version build
|
||||||
- `latest` [stable], latest version build
|
- `latest` [stable], latest version build
|
||||||
- `1.x.x` [stable], specific version build (since `1.0.0`)
|
- `1.x.x` [stable], specific version build (since `1.0.0`)
|
||||||
|
|
||||||
## Example usage
|
## Voorbeeldgebruik
|
||||||
|
|
||||||
1. Install [docker](https://docs.docker.com/get-docker/) and
|
1. Install [docker](https://docs.docker.com/get-docker/) and
|
||||||
[docker-compose](https://docs.docker.com/compose/install/)
|
[docker-compose](https://docs.docker.com/compose/install/)
|
||||||
@ -107,12 +107,12 @@ can be added as a cache handler.
|
|||||||
|
|
||||||
5. You're all set, start podcasting! 🎙️🚀
|
5. You're all set, start podcasting! 🎙️🚀
|
||||||
|
|
||||||
## Environment Variables
|
## Omgevingsvariabelen
|
||||||
|
|
||||||
- **castopod/castopod** and **castopod/app**
|
- **castopod/castopod** and **castopod/app**
|
||||||
|
|
||||||
| Variable name | Type (`default`) | Standaard |
|
| Naam variabele | Type (`standaard`) | Standaard |
|
||||||
| ------------------------------------- | ------------------------------------------ | --------------------- |
|
| -------------------------------------- | -------------------------------------------- | --------------------- |
|
||||||
| **`CP_BASEURL`** | tekenreeks | 'ongedefinieerd' |
|
| **`CP_BASEURL`** | tekenreeks | 'ongedefinieerd' |
|
||||||
| **`CP_MEDIA_BASEURL`** | ?string | `CP_BASEURL` |
|
| **`CP_MEDIA_BASEURL`** | ?string | `CP_BASEURL` |
|
||||||
| **`CP_ADMIN_GATEWAY`** | ?string | `"cp-admin"` |
|
| **`CP_ADMIN_GATEWAY`** | ?string | `"cp-admin"` |
|
||||||
@ -123,7 +123,7 @@ can be added as a cache handler.
|
|||||||
| **`CP_DATABASE_USERNAME`** | ?string | `MYSQL_USER` |
|
| **`CP_DATABASE_USERNAME`** | ?string | `MYSQL_USER` |
|
||||||
| **`CP_DATABASE_PASSWORD`** | ?string | `MYSQL_PASSWORD` |
|
| **`CP_DATABASE_PASSWORD`** | ?string | `MYSQL_PASSWORD` |
|
||||||
| **`CP_DATABASE_PREFIX`** | ?string | `"cp_"` |
|
| **`CP_DATABASE_PREFIX`** | ?string | `"cp_"` |
|
||||||
| **`CP_CACHE_HANDLER`** | [`"file"` or `"redis"`] | `"file"` |
|
| **`CP_CACHE_HANDLER`** | [`"file"` or `"redis"`] | `"bestand"` |
|
||||||
| **`CP_REDIS_HOST`** | ?string | `"localhost"` |
|
| **`CP_REDIS_HOST`** | ?string | `"localhost"` |
|
||||||
| **`CP_REDIS_PASSWORD`** | ?string | `nul` |
|
| **`CP_REDIS_PASSWORD`** | ?string | `nul` |
|
||||||
| **`CP_REDIS_PORT`** | ?number | `6379` |
|
| **`CP_REDIS_PORT`** | ?number | `6379` |
|
||||||
@ -151,8 +151,8 @@ can be added as a cache handler.
|
|||||||
|
|
||||||
- **castopod/web-server**
|
- **castopod/web-server**
|
||||||
|
|
||||||
| Variable name | Type | Standaard |
|
| Naam variabele | Type | Standaard |
|
||||||
| ---------------------- | ---------------------------------------- | --------- |
|
| ----------------------- | ---------------------------------------- | --------- |
|
||||||
| **`CP_APP_HOSTNAME`** | ?string | `"app"` |
|
| **`CP_APP_HOSTNAME`** | ?string | `"app"` |
|
||||||
| **`CP_MAX_BODY_SIZE`** | ?number (with suffix) | `512M` |
|
| **`CP_MAX_BODY_SIZE`** | ?number (with suffix) | `512M` |
|
||||||
| **`CP_TIMEOUT`** | ?number | `900` |
|
| **`CP_TIMEOUT`** | ?number | `900` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user