Categorygithub.com/archci/simple-worker
repositorypackage
0.0.0-20150814021732-32177359f885
Repository: https://github.com/archci/simple-worker.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Simple worker for ArchCI

Introduction

Simple-worker is the easy-to-deploy worker to run tests in containers.

Usage

sudo docker run -d --net=host archci/simple-docker
  • MYSQL_SERVER is optional to set address of MySQL(DEFAULT: "")
  • MYSQL_USERNAME is optional to set MySQL username(DEFAULT: root)
  • MYSQL_PASSWORD is optional to set user's password(DEFAULT: root)
  • MYSQL_DATABASE is optional to set MySQL database(DEFAULT: mysql)
  • REDIS_SERVER is optional to set address of redis(DEFAULT: 127.0.0.1:6379)