feat: Moves config to a folder, as it's not mounting properly as a file.

This commit is contained in:
2025-03-19 14:31:23 -04:00
parent 720b73a9ae
commit c7a67a8ad7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ services:
env_file: env_file:
- .env - .env
environment: environment:
CONFIG_FILE: /config.yaml CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: "${GITEA_URL}" GITEA_INSTANCE_URL: "${GITEA_URL}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}" GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}" GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}"
@@ -13,7 +13,7 @@ services:
ports: ports:
- 8088:8088 - 8088:8088
volumes: volumes:
- ./config.yaml:/config.yaml - ./config:/config
- act_runner_data:/data - act_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
security_opt: security_opt: