Move renovate storage to bulk storage
This commit is contained in:
parent
2fbb968297
commit
84ce67ef38
2 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,6 @@ module.exports = {
|
|||
persistRepoData: true,
|
||||
binarySource: "docker",
|
||||
dockerUser: "{{ docker_user.id }}",
|
||||
baseDir: "/opt/renovate/renovate",
|
||||
cacheDir: "/opt/renovate/renovate/cache"
|
||||
baseDir: "/mnt/bulk",
|
||||
cacheDir: "/mnt/bulk/cache"
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue