diff --git a/docker-compose.yml b/docker-compose.yml index ed12d2f..9efb40a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: