```bash
$ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube
-$ cd /tmp/peertube/support/docker/production
+$ cd /tmp/peertube
```
Then tweak the `docker-compose.yml` file there according to your needs. Then
PEERTUBE_SMTP_HOST=mail.lvh.me \
PEERTUBE_SMTP_PORT=1025 \
PEERTUBE_SMTP_FROM=noreply@peertube.lvh.me \
- docker-compose up
+ docker-compose -f support/docker/production/docker-compose.yml --project-directory . up
```
Other environment variables are used in
peertube:
build:
context: .
- dockerfile: ./Dockerfile.stretch
+ dockerfile: ./support/docker/production/Dockerfile.stretch
image: chocobozzz/peertube:production-stretch
environment:
PEERTUBE_HOSTNAME: my.domain.tld