Reorganize repo

This commit is contained in:
Jérémie SALVI
2024-12-21 22:52:38 +01:00
parent f209f5324b
commit ab4d4fce74

View File

@@ -5,20 +5,16 @@ services:
hostname: "Act_runner"
restart: "unless-stopped"
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:
- "/etc/localtime:/etc/localtime:ro"
- "/data/docker/act_runner-prod-1/config.yaml:/config.yaml:ro"
- "/data/docker/act_runner-prod-1/data:/data:rw"
- "/var/run/docker.sock:/var/run/docker.sock:rw"
networks:
act_runner:
ports:
- "8088:8088"
networks:
act_runner: