Allow for Custom Accessory Service Name

This commit is contained in:
Krzysztof Adamski
2024-02-15 11:12:18 +01:00
parent aea55480ad
commit b411356409
4 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class Kamal::Configuration::Accessory
end
def service_name
"#{config.service}-#{name}"
specifics["service"] || "#{config.service}-#{name}"
end
def image