Fixing Renovate volume and config.
Renovate / renovate (push) Successful in 2m27s

This commit is contained in:
2025-09-29 09:18:24 -04:00
parent 5d974926c2
commit 638cce683f
+3 -1
View File
@@ -199,7 +199,7 @@ services:
renovate:
container_name: renovate
environment:
RENOVATE_CONFIG_FILE: ${RIKKU_DOCKER_DIR}/renovate/config.js
RENOVATE_CONFIG_FILE: /etc/renovate/config.js
# --- Authentication & platform ---
RENOVATE_TOKEN: "${RENOVATE_GITEA_TOKEN}" # Gitea personal access token for renovate-bot
RENOVATE_PLATFORM: "gitea"
@@ -238,6 +238,8 @@ services:
GITEA_BOT_USER: ${RENOVATE__GITEA_BOT_USER}
image: renovate/renovate:41.97.12-full@sha256:e20639264151d9dce8f0fc3b1219748f4844a76cc157263551d8e7e061daa60e
restart: unless-stopped
volumes:
- ${RIKKU_DOCKER_DIR}/renovate/config.js:/etc/renovate/config.js
renovate-valkey:
container_name: renovate-valkey
healthcheck: