Add /opt/services volume to Gitea runner configurations for cloud-pc, mini-pc, and ru-vps services
Deploy mini-pc / deploy (push) Failing after 1s
Deploy ru-vps / deploy (push) Failing after 0s
Deploy cloud-pc / deploy (push) Failing after 1s

This commit is contained in:
Dmitry
2026-05-27 18:11:44 +03:00
parent a07449c229
commit 0935602fcd
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services
- /opt/data/gitea-runner:/data
environment:
GITEA_INSTANCE_URL: https://git.ada-dev.ru
+1
View File
@@ -4,6 +4,7 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services
- /opt/data/gitea-runner:/data
environment:
GITEA_INSTANCE_URL: https://git.ada-dev.ru
+1
View File
@@ -4,6 +4,7 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services
- /opt/data/gitea-runner:/data
environment:
GITEA_INSTANCE_URL: https://git.ada-dev.ru