fixed git setup

This commit is contained in:
Atridad Lahiji 2024-09-02 01:38:03 -06:00
parent 8c069433c2
commit d28582a018
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -22,7 +22,6 @@ services:
image: code.forgejo.org/forgejo/runner:3.4.1 image: code.forgejo.org/forgejo/runner:3.4.1
links: links:
- docker-in-docker - docker-in-docker
- forgejo
environment: environment:
DOCKER_HOST: tcp://docker-in-docker:2376 DOCKER_HOST: tcp://docker-in-docker:2376
SHARED_SECRET: $SHARED_SECRET SHARED_SECRET: $SHARED_SECRET
@ -48,7 +47,6 @@ services:
image: code.forgejo.org/forgejo/runner:3.4.1 image: code.forgejo.org/forgejo/runner:3.4.1
links: links:
- docker-in-docker - docker-in-docker
- forgejo
environment: environment:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_CERT_PATH: /certs/client DOCKER_CERT_PATH: /certs/client