Docs

Built-in services

The 13 Sail services Sail Manager wires into the create form, plus custom services.


Full service list

13 services are wired into the create form, mapped to Sail's defaults:

Database

  • MySQL
  • PostgreSQL
  • MariaDB
  • MongoDB

Cache

  • Redis
  • Valkey
  • Memcached

Search

  • Meilisearch
  • Typesense

Mail

  • Mailpit

Storage

  • MinIO

Tools

  • Selenium
  • Soketi

Each one gets its own host port, allocated automatically and written to .env. Mailpit and MinIO get two ports each (one for SMTP/storage, one for the UI).

Custom services

The "Custom services" field on the create form lets you add anything outside the built-in 13. Names are added as-is to the generated compose file. You'll be on the hook for the compose changes (ports, image, env vars) since Sail Manager doesn't know about them.

Custom services don't get auto-port allocation. If your custom service needs a host port, add it manually to the compose file or set the appropriate env var yourself.