portainer-compose.yml
– Defines Plane’s services and dependencies.
variables.env
– Stores environment variables for your deployment.
<plane-version>
value should be v1.8.2 or higher.portainer-compose.yml
into the editor.
variables.env
file.
DOMAIN_NAME
– (required) Your application’s domain name.SITE_ADDRESS
– (required) The full domain name (FQDN) of your instance.MACHINE_SIGNATURE
– (required) A unique identifier for your machine. You can generate this by running below code in terminal:
CERT_EMAIL
– (optional) Email address for SSL certificate generation (only needed if you’re setting up HTTPS).DATABASE_URL
– Connection string for your external database.REDIS_URL
– Connection string for your external Redis instance.AMQP_URL
– Connection string for your external RabbitMQ server.