Add per-server or per-team default build server configuration #9905
banjo
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The build server can only be enabled per-resource, and the Docker Image field (e.g.,
ghcr.io/myorg/myapp) must be manually filled in for every new application. There is no default or base URL to inherit.This means each new app requires manually looking up the correct registry URL from an existing project in my case, because I keep forgetting it.
Proposed Solution
Add optional default build server settings at the server or team level:
ghcr.io/myorg/) and Coolify auto-generates the full image as{base_url}/{resource_name}.Per-resource overrides should still be possible for apps that need different settings.
Beta Was this translation helpful? Give feedback.
All reactions