push other containers

This commit is contained in:
Maël Gramain 2024-10-20 18:37:46 +02:00
commit 3ca296b585
5 changed files with 215 additions and 0 deletions
compute-1-mep/renovate

View 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