swarm-compose.yml
– Defines Plane’s services and dependencies.
variables.env
– Stores environment variables for your deployment.
<plane-version>
value should be v1.8.3 or higher.variables.env
file in your preferred text editor and update the following values:
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.