Automatic production setup with docker-compose for a PeerTube instance.
You must install docker and docker-compose.
You also must be logged as root for a full setup with systemd.
| PEERTUBE_DB_USERNAME=postgres_user | |
| PEERTUBE_DB_PASSWORD=postgres_password | |
| PEERTUBE_WEBSERVER_HOSTNAME=domain.tld | |
| # If you need more than one IP as trust_proxy | |
| # pass them as a comma separated array: | |
| PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"] | |
| #PEERTUBE_SMTP_USERNAME= | |
| #PEERTUBE_SMTP_PASSWORD= | |
| PEERTUBE_SMTP_HOSTNAME=postfix | |
| PEERTUBE_SMTP_PORT=25 |
Automatic production setup with docker-compose for a PeerTube instance.
You must install docker and docker-compose.
You also must be logged as root for a full setup with systemd.