gitea/peertube runner foundations. secrets mgmt is a blocker. Adding that to my shell framework and will vendor that framework into here.
This commit is contained in:
		
							
								
								
									
										1
									
								
								inprep/gitea-runner/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								inprep/gitea-runner/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
https://docs.gitea.com/next/usage/actions/act-runner/
 | 
			
		||||
							
								
								
									
										14
									
								
								inprep/gitea-runner/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								inprep/gitea-runner/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
version: "3.8"
 | 
			
		||||
services:
 | 
			
		||||
  runner:
 | 
			
		||||
    image: docker.io/gitea/act_runner:nightly
 | 
			
		||||
    environment:
 | 
			
		||||
      CONFIG_FILE: /config.yaml
 | 
			
		||||
      GITEA_INSTANCE_URL: "${INSTANCE_URL}"
 | 
			
		||||
      GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
 | 
			
		||||
      GITEA_RUNNER_NAME: "${RUNNER_NAME}"
 | 
			
		||||
      GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./config.yaml:/config.yaml
 | 
			
		||||
      - ./data:/data
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
		Reference in New Issue
	
	Block a user