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,
|
persistRepoData: true,
|
||||||
binarySource: "docker",
|
binarySource: "docker",
|
||||||
dockerUser: "{{ docker_user.id }}",
|
dockerUser: "{{ docker_user.id }}",
|
||||||
baseDir: "/opt/renovate/renovate",
|
baseDir: "/mnt/bulk",
|
||||||
cacheDir: "/opt/renovate/renovate/cache"
|
cacheDir: "/mnt/bulk/cache"
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.js:/usr/src/app/config.js:ro
|
- ./config.js:/usr/src/app/config.js:ro
|
||||||
- ./entrypoint.sh:/entrypoint.sh: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:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
|
|
Loading…
Reference in a new issue