added custom quacback image version #72

Merged
gyurix merged 1 commits from dev into main 2026-05-13 16:02:09 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 78db1d6109 - Show all commits
+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",