Move renovate storage to bulk storage

This commit is contained in:
Jake Howard
2023-05-13 15:16:12 +01:00
parent 2fbb968297
commit 84ce67ef38
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ services:
volumes:
- ./config.js:/usr/src/app/config.js:ro
- ./entrypoint.sh:/entrypoint.sh:ro
- /opt/renovate/renovate:/opt/renovate/renovate # These must be the same
- /mnt/data:/mnt/data # These must be the same
redis:
image: redis:7-alpine