Cleaned repository

- Added explaination to README
- Added docker-compose files
This commit is contained in:
2023-12-04 20:56:54 +01:00
parent aba62b3c17
commit 1c082af08a
3 changed files with 68 additions and 2 deletions

18
files/docker-compose2.yml Normal file
View File

@ -0,0 +1,18 @@
version: '3.8'
networks:
gitea:
external: true
services:
gitea_act_runner:
image: gitea/act_runner:nightly
restart: always
networks:
- gitea
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
- /opt/gitea_runner_data:/data:rw
environment:
TZ: "Europe/Berlin"
GITEA_INSTANCE_URL: 'https://git.walzen665.de'
GITEA_RUNNER_REGISTRATION_TOKEN: '<YOURTOKENHERE>'