disable forgejo for now

This commit is contained in:
Andras Bacsai
2024-10-10 15:24:15 +02:00
parent e1ff2118f0
commit 99431998f5
9 changed files with 22 additions and 156 deletions

View File

@@ -1,3 +1,4 @@
# ignore: true
# documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# tags: version control, collaboration, code, hosting, lightweight, runner, postresql, actions, cicd, ci
@@ -43,8 +44,8 @@ services:
sleep 10 ;
su -c "forgejo forgejo-cli actions register --secret ${RUNNER_SHARED_SECRET}" git ;
sleep infinity
'
'
postgresql:
image: postgres:16-alpine
volumes:
@@ -58,7 +59,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
docker-in-docker:
image: docker:dind
hostname: docker
@@ -105,7 +106,7 @@ services:
chown -R 1000:1000 /data ;
exit 0
'
runner:
image: code.forgejo.org/forgejo/runner:3.5.0
links: