.env
file that contains your configuration. You may edit this file to add further configuration. We support the following environment variables:DOMAIN
configured above. This is required in order for the domain validation to succeed before an SSL certificate is issued../data/certs
relative to the path of the docker-compose.yml file.SSL_GENERATION=manual
in your environment configuration. You will then have to place the following files:./data/certs/fullchain.pem
– This is the certificate chain you wish to use./data/certs/privkey.pem
– This is the private key for your certificatedocker-compose.yml
file.--detach
to run the services in the background../data/db
relative to the path of the docker-compose.yml file.