Skip to content

cgmcnew/docker-shipit-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-shipit-engine

Docker image for https://github.com/Shopify/shipit-engine

Running via Docker Compose

  • Create config/secrets.yml based off of config/secrets.example.yml and fill in your GitHub App's info
  • Run make start to start an instance. To stop it, run: make stop.

Database Management

On first run, you'll need to create the database. Do so by running make setup.

After upgrades, you may need to run database migrations. Do so by running make upgrade.

Teams

You can limit your Shipit instance to just members of your GitHub team. After adding your team(s) to your secrets.yml, run bundle exec rake teams:fetch to add your team members.

About

Docker image for https://github.com/Shopify/shipit-engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 39.2%
  • Dockerfile 32.1%
  • Shell 15.0%
  • Makefile 13.7%