-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add new template - TrailBase #6934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
v4.0.0-beta.435
v4.0.0-beta.436
- Added SVG logo for Trailbase application. - Created a new YAML configuration file for the Trailbase service, including environment variables and volume settings.
Hi @imjlk! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app works fine, though the Compose file needs small changes for better maintainability.
Also please add the following to our Docs:
- The user has to visit
/_/admin/
path on the url to view the login page - Visiting
/
will return404
which is normal because the app is supposed to be accessed on the path mentioned above - The login details will be printed out on the logs:

@@ -0,0 +1,14 @@ | |||
# documentation: https://trailbase.io/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Point to the actual docs link
# documentation: https://trailbase.io/ | |
# documentation: https://trailbase.io/getting-started/install/ |
|
||
services: | ||
trailbase: | ||
image: trailbase/trailbase:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.
image: trailbase/trailbase:latest | |
image: trailbase/trailbase:0.19.2 # Released on Oct 15, 2025 |
Changes
Hi, If there's anything else I should do, please let me know.
also If I need to add content on coolify docs, I'd be happy to add it.
Thank you.