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

This commit is contained in:
renovate[bot] 2023-11-28 01:16:02 +00:00 committed by GitHub
parent f43239ca3a
commit 0fe4d9dd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "tandoor", "id": "tandoor",
"tipi_version": 3, "tipi_version": 4,
"version": "1.5.6", "version": "1.5.8",
"categories": [ "categories": [
"data" "data"
], ],
@ -29,5 +29,8 @@
"env_variable": "TANDOOR_POSTGRESS_PASSWORD" "env_variable": "TANDOOR_POSTGRESS_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

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.6 image: ghcr.io/tandoorrecipes/recipes:1.5.8
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