From: tilllt Date: Thu, 12 Dec 2019 10:58:56 +0000 (+0100) Subject: Added pointer to the .env file X-Git-Tag: v2.1.0-rc.1~219 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=91fa7960f42cff3481465bece3389007fbc278d3;hp=907b8f9347cca117c77a83cbea27140a10e3311e;p=github%2FChocobozzz%2FPeerTube.git Added pointer to the .env file --- diff --git a/support/doc/docker.md b/support/doc/docker.md index 1b6f4abc3..d7059d285 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -21,7 +21,8 @@ $ curl "https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/doc $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json $ curl -s "https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/docker/production/docker-compose.yml" -o docker-compose.yml "https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env" -o .env ``` -View the source of the files you're about to download: [docker-compose.yml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml) and the [traefik.toml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/traefik.toml) +View the source of the files you're about to download: [docker-compose.yml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml) and the [traefik.toml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/traefik.toml) and the [.env] +(https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env) Update the reverse proxy configuration: @@ -40,6 +41,8 @@ Then tweak the `.env` file to change the environment variables: ```shell $ vim ./.env ``` +If you did not download the .env file above, here you can look at the variables that can be set: +https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env Other environment variables are used in `support/docker/production/config/custom-environment-variables.yaml` and can be