fix: new workflow

This commit is contained in:
2025-10-10 12:58:38 +02:00
parent d3b54abbe0
commit 509dff728b
2 changed files with 16 additions and 1 deletions

View File

@@ -18,3 +18,5 @@ EMAIL_SMTP_HOST=smtp.ionos.de
EMAIL_SMTP_PORT=465
EMAIL_SMTP_USER=hi@pivoine.art
EMAIL_SMTP_PASSWORD=jaquoment
GITEA_RUNNER_REGISTRATION_TOKEN=Vncav0M9tCaezdy2O9hnGas3hGjaODU5qeiayMdC

View File

@@ -53,7 +53,20 @@ services:
- 'traefik.http.routers.${COMPOSE_PROJECT_NAME}-web-secure.middlewares=${COMPOSE_PROJECT_NAME}-web-secure-compress'
- 'traefik.http.services.${COMPOSE_PROJECT_NAME}-web-secure.loadbalancer.server.port=${APP_PORT}'
- 'traefik.docker.network=${NETWORK_NAME}'
gitea_runner:
image: gitea/act_runner:latest
container_name: ${COMPOSE_PROJECT_NAME}_runner
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- GITEA_INSTANCE_URL=http://gitea:${APP_PORT}
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
- CONFIG_FILE=/config.yaml
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config.yaml:/config.yaml
networks:
- kompose_network
volumes:
gitea_data: