Compare commits
2 commits
cbd6f65cf7
...
ffe83df3bd
| Author | SHA1 | Date | |
|---|---|---|---|
| ffe83df3bd | |||
|
23ea666906 |
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
keycloak:
|
keycloak:
|
||||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:06bfa760dfa40bd3d4305a67ce02e9dc70113151f09820a3bc6c75f5f7ece855
|
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:f5bd58402777da32d61ccb1b8601f1388721e07bf11b9d43e8e4ea20d444e10a
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: start --optimized
|
command: start --optimized
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/docker run --rm \
|
ExecStart=/usr/bin/docker run --rm \
|
||||||
|
--pull=always \
|
||||||
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
||||||
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
|
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
|
||||||
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
|
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
|
||||||
renovate/renovate
|
docker.io/renovate/renovate:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue