mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 18:40:49 +08:00
更新 README.md
This commit is contained in:
@ -23,12 +23,15 @@
|
|||||||
<summary>docker-compose.yml</summary>
|
<summary>docker-compose.yml</summary>
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
name: renovate
|
||||||
|
volumes:
|
||||||
|
tmp:
|
||||||
|
driver: local
|
||||||
services:
|
services:
|
||||||
git.1-h.cc:
|
git.1-h.cc:
|
||||||
# docker exec -it renovate-git.1-h.cc-1 docker-entrypoint.sh renovate
|
# docker exec -it renovate-git.1-h.cc-1 docker-entrypoint.sh renovate
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: bridge
|
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
@ -39,6 +42,8 @@ services:
|
|||||||
- RENOVATE_ENDPOINT=❗️https://git.1-h.cc
|
- RENOVATE_ENDPOINT=❗️https://git.1-h.cc
|
||||||
- RENOVATE_TOKEN=❗️
|
- RENOVATE_TOKEN=❗️
|
||||||
- GITHUB_COM_TOKEN=❗️
|
- GITHUB_COM_TOKEN=❗️
|
||||||
|
volumes:
|
||||||
|
- tmp:/tmp
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
image: renovate/renovate:38
|
image: renovate/renovate:38
|
||||||
|
Reference in New Issue
Block a user