chore(deps): update mrcas/mind docker tag to v1.4.0 (#2782)

This commit is contained in:
renovate[bot] 2024-03-10 17:56:03 +00:00 committed by GitHub
parent 5510fb1380
commit ee9c8aa1fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "mind", "id": "mind",
"tipi_version": 7, "tipi_version": 8,
"version": "1.3.3", "version": "1.4.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -15,5 +15,8 @@
"author": "https://github.com/Casvt", "author": "https://github.com/Casvt",
"source": "https://github.com/Casvt/MIND", "source": "https://github.com/Casvt/MIND",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.3"
services: services:
mind: mind:
container_name: mind container_name: mind
image: mrcas/mind:v1.3.3 image: mrcas/mind:v1.4.0
volumes: volumes:
- ${APP_DATA_DIR}/data/mind-db:/app/db - ${APP_DATA_DIR}/data/mind-db:/app/db
environment: environment: