Skip to content
Trailer.devDocumentation

Search is only available in production builds. Try building and previewing the site to test it out locally.

Release notes: v0.0.2

Trailer.dev is a self-hostable platform that enables seamless container-based development environments.
It provides a modern, efficient way to manage development workspaces and container resources.
Trailer.dev puts emphasis on Python and ML development for ease-of-use.

Customers of Trailer Cloud have automatic backups set up by default with a backup created every day and with 7 days of retention.

When self-hosting, it’s now possible to configure automatic backups, optionally to an S3-compatible storage with the following environment variables:

Environment VariableDescriptionDefault Value
TRAILER_BACKUPS_CRONA cron expression to schedule auto backups, e.g. "* * * * *". Leave it empty to disable the auto backups functionality.(empty)
TRAILER_BACKUPS_TO_KEEPSets how many old backups should be retained.3
TRAILER_BACKUPS_S3_ENABLEDEnables or disables creating backups to an S3-compatible storage.false
TRAILER_BACKUPS_AWS_ACCESS_KEY_IDAccess key for connecting to the backup S3-compatible storage.(empty)
TRAILER_BACKUPS_AWS_ENDPOINT_URL_S3Custom S3-compatible endpoint for storing backups.(empty)
TRAILER_BACKUPS_AWS_REGIONRegion used for the backup bucket.(empty)
TRAILER_BACKUPS_AWS_SECRET_ACCESS_KEYSecret key for authenticating backup uploads.(empty)
TRAILER_BACKUPS_BUCKET_NAMEName of the bucket where backups are stored.(empty)
TRAILER_BACKUPS_PATH_STYLE_ADDRESSINGForces path-style addressing for backups.*false

*Setting to TRAILER_BACKUPS_PATH_STYLE_ADDRESSING to true forces the request to use path-style addressing, e.g. https://s3.amazonaws.com/BUCKET/KEY instead of https://BUCKET.s3.amazonaws.com/KEY.

Environment VariableDescriptionDefault Value
TRAILER_UPLOADS_S3_ENABLEDEnables saving file uploads to an S3-compatible storage provider.false
TRAILER_UPLOADS_AWS_ACCESS_KEY_IDAWS access key for authenticating upload operations.(empty)
TRAILER_UPLOADS_AWS_ENDPOINT_URL_S3Custom S3-compatible endpoint for uploads.(empty)
TRAILER_UPLOADS_AWS_REGIONRegion for the uploads S3 bucket.(empty)
TRAILER_UPLOADS_AWS_SECRET_ACCESS_KEYSecret key used for upload authentication.(empty)
TRAILER_UPLOADS_BUCKET_NAMEName of the bucket where uploaded files are stored.(empty)
TRAILER_UPLOADS_PATH_STYLE_ADDRESSINGForces path-style addressing for uploads.*false

*Setting to TRAILER_UPLOADS_PATH_STYLE_ADDRESSING to true forces the request to use path-style addressing, e.g. https://s3.amazonaws.com/BUCKET/KEY instead of https://BUCKET.s3.amazonaws.com/KEY.

  • The Trailer agent only supports Docker based environments as of v0.0.1
  • The Community version of the server only supports one registered agent per server without a license key. For a license key, subscribe on Trailer.dev Cloud