add compose.yaml [skip ci]
This commit is contained in:
		
							
								
								
									
										15
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| services: | ||||
|   runner: | ||||
|     image: gitea/act_runner:nightly | ||||
|     environment: | ||||
|       - "CONFIG_FILE=/config.yaml" | ||||
|       - "GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}" | ||||
|       - "GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}" | ||||
|       - "GITEA_RUNNER_NAME=local-cached" | ||||
|     volumes: | ||||
|       - ./runner/config.yaml:/config.yaml | ||||
|       - ./runner/data:/data | ||||
|       - ./runner/cache:/root/.cache | ||||
|       - /run/podman/podman.sock:/var/run/docker.sock | ||||
|     ports: | ||||
|       - 30080:30080 | ||||
		Reference in New Issue
	
	Block a user