diff options
author | tilllt <tilllt@yahoo.com> | 2019-12-12 11:58:56 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-12 14:09:57 +0100 |
commit | 91fa7960f42cff3481465bece3389007fbc278d3 (patch) | |
tree | 03f57169b74446d7f851ee824343c4357b7effab /support/doc | |
parent | 907b8f9347cca117c77a83cbea27140a10e3311e (diff) | |
download | PeerTube-91fa7960f42cff3481465bece3389007fbc278d3.tar.gz PeerTube-91fa7960f42cff3481465bece3389007fbc278d3.tar.zst PeerTube-91fa7960f42cff3481465bece3389007fbc278d3.zip |
Added pointer to the .env file
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/docker.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
21 | $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json | 21 | $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json |
22 | $ 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 | 22 | $ 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 |
23 | ``` | 23 | ``` |
24 | 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) | 24 | 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] |
25 | (https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env) | ||
25 | 26 | ||
26 | Update the reverse proxy configuration: | 27 | Update the reverse proxy configuration: |
27 | 28 | ||
@@ -40,6 +41,8 @@ Then tweak the `.env` file to change the environment variables: | |||
40 | ```shell | 41 | ```shell |
41 | $ vim ./.env | 42 | $ vim ./.env |
42 | ``` | 43 | ``` |
44 | If you did not download the .env file above, here you can look at the variables that can be set: | ||
45 | https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env | ||
43 | 46 | ||
44 | Other environment variables are used in | 47 | Other environment variables are used in |
45 | `support/docker/production/config/custom-environment-variables.yaml` and can be | 48 | `support/docker/production/config/custom-environment-variables.yaml` and can be |