chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.10 (#1740)

This commit is contained in:
renovate[bot] 2023-12-03 15:35:01 +00:00 committed by GitHub
parent 77d752a080
commit b1e1348dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "tandoor", "id": "tandoor",
"tipi_version": 5, "tipi_version": 6,
"version": "1.5.9", "version": "1.5.10",
"categories": [ "categories": [
"data" "data"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
tandoor: tandoor:
container_name: tandoor container_name: tandoor
image: ghcr.io/tandoorrecipes/recipes:1.5.9 image: ghcr.io/tandoorrecipes/recipes:1.5.10
volumes: volumes:
- ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles - ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles
- ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles - ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles