feat: Moves config to a folder, as it's not mounting properly as a file.
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
CONFIG_FILE: /config.yaml
|
||||
CONFIG_FILE: /config/config.yaml
|
||||
GITEA_INSTANCE_URL: "${GITEA_URL}"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||
GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}"
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- 8088:8088
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
- ./config:/config
|
||||
- act_runner_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
security_opt:
|
||||
|
||||
Reference in New Issue
Block a user