This commit is contained in:
@@ -34,8 +34,6 @@ services:
|
|||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
tmpfs:
|
|
||||||
- /.cache
|
|
||||||
environment:
|
environment:
|
||||||
- GITEA_INSTANCE_URL=https://git.sirian.me
|
- GITEA_INSTANCE_URL=https://git.sirian.me
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
|
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
|
||||||
@@ -44,6 +42,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /var/lib/vepsi/gitea_runner:/data
|
- /var/lib/vepsi/gitea_runner:/data
|
||||||
|
- /var/lib/vepsi/gitea_runner/cache:/.cache
|
||||||
- /home/sirian/services:/home/sirian/services
|
- /home/sirian/services:/home/sirian/services
|
||||||
- /home/sirian/.ssh:/home/sirian/.ssh:ro
|
- /home/sirian/.ssh:/home/sirian/.ssh:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user