Custom apps
When the app you want isn’t in the library, you can add your own using a Docker Compose file. This covers anything that ships as a container.
Add a custom app
Section titled “Add a custom app”- On the Apps page, choose Add custom app.
- Give it a name, and optionally a description and an icon.
- Paste your
docker-compose.yml. This defines the services, image, and environment the app runs with. - Set ports, environment variables, and a network if the app needs them.
- Create and run.
The app then behaves like any other installed app: start and stop it, read its logs, point it at folders, and back it up. See Install & manage apps.
Folders and ports
Section titled “Folders and ports”Map folders the same way as a library app: a Compose volume that points at a host path becomes a folder you assign in Bitsmith. Expose a port to reach the app’s web interface at your server’s address.