push other containers
This commit is contained in:
parent
6369da8eb7
commit
3ca296b585
5 changed files with 215 additions and 0 deletions
compute-1-mep/renovate
17
compute-1-mep/renovate/docker-compose.yaml
Normal file
17
compute-1-mep/renovate/docker-compose.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
networks:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
|
||||
services:
|
||||
renovate:
|
||||
image: ghcr.io/renovatebot/renovate:38.127.0-full
|
||||
restart: always
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
- RENOVATE_AUTODISCOVER=true
|
||||
- RENOVATE_ENDPOINT=https://git.gnous.eu/
|
||||
- RENOVATE_PLATFORM=gitea
|
||||
- RENOVATE_GIT_AUTHOR=Renovate bot <renovate@gnous.eu>
|
||||
- RENOVATE_TOKEN=${RENOVATE_TOKEN}
|
||||
env_file:
|
||||
- .env
|
Loading…
Add table
Add a link
Reference in a new issue