Compare commits
2
Commits
cbed5f730c
...
1d56410c7c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d56410c7c | ||
|
|
91078900d6 |
@@ -11,6 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'admin/kuki-saas'
|
||||||
|
server-url: 'http://gitea:3000'
|
||||||
|
|
||||||
- name: Run a simple test
|
- name: Run a simple test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
+2
-2
@@ -51,11 +51,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GITEA_INSTANCE_URL=http://gitea:3000
|
- GITEA_INSTANCE_URL=http://gitea:3000
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
|
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
|
||||||
extra_hosts:
|
- DOCKER_MODE=bridge
|
||||||
- "130.61.139.162:host-gateway"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- gitea_runner_data:/data
|
- gitea_runner_data:/data
|
||||||
|
network_mode: host # یا این خط را اضافه کنید تا مستقیماً به شبکه سرور وصل شود
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user