Compare commits

..

3 Commits

Author SHA1 Message Date
81b2788651 Add act runner config.yaml to git 2025-03-13 00:02:15 +00:00
8025390bc1 Add act runner config file 2025-03-13 00:01:34 +00:00
0626b1f939 Make gitea network external 2025-03-13 00:01:13 +00:00
3 changed files with 7 additions and 2 deletions

3
gitea/.gitignore vendored
View File

@@ -1,3 +1,4 @@
/data/*
/act-data/*
!.gitkeep
!/act-data/config.yaml
!.gitkeep

View File

@@ -0,0 +1,3 @@
container:
network: gitea
options: ""

View File

@@ -1,6 +1,6 @@
networks:
gitea:
external: false
external: true
caddy:
name: caddy
driver: bridge
@@ -30,6 +30,7 @@ services:
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME}
- CONFIG_FILE=/data/config.yaml
networks:
- gitea
volumes: