dd
This commit is contained in:
parent
aa6b772c8e
commit
0e799a7c0e
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ services:
|
|||
- act_runner_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- GITEA_INSTANCE_URL=git.mgrote.net
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN="{{ lookup('viczem.keepass.keepass', 'gitea_act_runner_token', 'password') }}"
|
||||
GITEA_INSTANCE_URL: git.mgrote.net
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ lookup('viczem.keepass.keepass', 'gitea_act_runner_token', 'password') }}"
|
||||
GITEA_RUNNER_NAME: "docker10-act-runner"
|
||||
|
||||
volumes:
|
||||
act_runner_data:
|
||||
|
|
Loading…
Reference in a new issue