chore(deps): update alfhou/hammond docker tag to v0.0.22 (#1966)
This commit is contained in:
parent
40f56610c1
commit
da3edea0ea
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "hammond",
|
||||
"tipi_version": 3,
|
||||
"version": "0.0.21",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 4,
|
||||
"version": "0.0.22",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"description": "Self hosted vehicle and expense management system. Like Clarkson, but better",
|
||||
"short_desc": "Self hosted vehicle and expense management system. Like Clarkson, but better",
|
||||
"author": "Akhilrex, alfhou",
|
||||
|
@ -20,5 +22,8 @@
|
|||
"env_variable": "HAMMOND_TZ"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||
services:
|
||||
hammond:
|
||||
container_name: hammond
|
||||
image: alfhou/hammond:v0.0.21
|
||||
image: alfhou/hammond:v0.0.22
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user