update docker compose
This commit is contained in:
parent
08d986c951
commit
54ca2d02cf
|
|
@ -31,7 +31,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:rw
|
- /var/run/docker.sock:/var/run/docker.sock:rw
|
||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: 'http://172.20.32.202:10082' # required
|
GITEA_INSTANCE_URL: 'http://xxxxxx:10082' # 输入服务地址
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN: 'xxx' # 需要gitea中runner token
|
||||||
networks:
|
networks:
|
||||||
app_net:
|
app_net:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in New Issue