Add /opt/services volume to Gitea runner configurations for cloud-pc, mini-pc, and ru-vps services
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /opt/services:/opt/services
|
||||||
- /opt/data/gitea-runner:/data
|
- /opt/data/gitea-runner:/data
|
||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /opt/services:/opt/services
|
||||||
- /opt/data/gitea-runner:/data
|
- /opt/data/gitea-runner:/data
|
||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /opt/services:/opt/services
|
||||||
- /opt/data/gitea-runner:/data
|
- /opt/data/gitea-runner:/data
|
||||||
environment:
|
environment:
|
||||||
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
GITEA_INSTANCE_URL: https://git.ada-dev.ru
|
||||||
|
|||||||
Reference in New Issue
Block a user