0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:30:49 +08:00

更新 README.md

This commit is contained in:
严浩
2024-10-13 15:34:43 +08:00
committed by GitHub
parent 1c48f926c1
commit f1f0b70d04

View File

@ -23,12 +23,15 @@
<summary>docker-compose.yml</summary>
```yaml
name: renovate
volumes:
tmp:
driver: local
services:
git.1-h.cc:
# docker exec -it renovate-git.1-h.cc-1 docker-entrypoint.sh renovate
pull_policy: always
restart: always
network_mode: bridge
environment:
- LOG_LEVEL=debug
- TZ=Asia/Shanghai
@ -39,6 +42,8 @@ services:
- RENOVATE_ENDPOINT=❗https://git.1-h.cc
- RENOVATE_TOKEN=❗️
- GITHUB_COM_TOKEN=❗️
volumes:
- tmp:/tmp
entrypoint:
- /bin/bash
image: renovate/renovate:38