@@ -16,4 +16,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run a simple test
|
- name: Run a simple test
|
||||||
run: |
|
run: |
|
||||||
echo "CI/CD is working perfectly on Gitea!"
|
echo "CI/CD is working perfectly!"
|
||||||
+2
-2
@@ -33,7 +33,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
- GITEA__server__ROOT_URL=http://130.61.139.162:3000
|
- GITEA__server__ROOT_URL=http://130.61.139.162:3000/
|
||||||
|
- GITEA__server__HTTP_PORT=3000
|
||||||
- GITEA__actions__ENABLED=true
|
- GITEA__actions__ENABLED=true
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
@@ -43,7 +44,6 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
# سرویس مجری CI/CD
|
|
||||||
gitea_runner:
|
gitea_runner:
|
||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
container_name: kuki_runner
|
container_name: kuki_runner
|
||||||
|
|||||||
Reference in New Issue
Block a user