runner ok na sana
Test CI/CD / test (push) Successful in 18s Details

This commit is contained in:
algenreyubang 2025-04-03 10:38:22 +08:00
parent 89619c1e80
commit c886b2e7cc
3 changed files with 16 additions and 1 deletions

View File

@ -78,6 +78,19 @@ services:
networks: networks:
- app_network - app_network
runner:
image: docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "${RUNNER_NAME}"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
volumes: volumes:
mysql-data: mysql-data:
driver: local driver: local
@ -85,3 +98,5 @@ volumes:
networks: networks:
app_network: app_network:
driver: bridge driver: bridge

0
gitea-cli Normal file
View File

0
gitea-runner Normal file
View File