Merge pull request 'added custom quacback image version' (#72) from dev into main

Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
2026-05-13 16:02:08 +00:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
"POST_START": "null"
},
{
"IMAGE": "safebox/quackback:latest",
"IMAGE": "safebox/quackback:#VERSION",
"UPDATE": "true",
"MEMORY": "4096M",
"NAME": "quackbackapp",
+7
View File
@@ -53,6 +53,13 @@
"value": "",
"required": "true"
},
{
"description": "Quackback image version",
"key": "VERSION",
"value": "latest",
"info": "Change latest version of Quackback image to custom",
"advanced": "true"
},
{
"description": "Slack client ID",
"key": "SLACK_CLIENT_ID",