Replace image reference with build context in docker-compose files for gitea-runner and add Dockerfile for each service
Deploy ru-vps / deploy (push) Has been cancelled
Deploy mini-pc / deploy (push) Has been cancelled
Deploy cloud-pc / deploy (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-27 18:33:18 +03:00
parent 76ebb3cd13
commit 81110fa55b
6 changed files with 15 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM gitea/act_runner:latest
USER root
RUN apk add --no-cache docker-cli docker-cli-compose
+1 -1
View File
@@ -1,6 +1,6 @@
services:
gitea-runner:
image: gitea/act_runner:latest
build: .
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
+4
View File
@@ -0,0 +1,4 @@
FROM gitea/act_runner:latest
USER root
RUN apk add --no-cache docker-cli docker-cli-compose
+1 -1
View File
@@ -1,6 +1,6 @@
services:
gitea-runner:
image: gitea/act_runner:latest
build: .
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
+4
View File
@@ -0,0 +1,4 @@
FROM gitea/act_runner:latest
USER root
RUN apk add --no-cache docker-cli docker-cli-compose
+1 -1
View File
@@ -1,6 +1,6 @@
services:
gitea-runner:
image: gitea/act_runner:latest
build: .
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock