Commit
Author: Jason White [jwhite@esri.com]
Hash: 7f95ac5af870af377c0e9ef12e2d013c5ecc4474
Timestamp: Wed, 13 Mar 2019 21:33:17 +0000 (6 years ago)

+6 -4 +/-2 browse
readme: Add CI and Cargo badges
1diff --git a/README.md b/README.md
2index f0b4d23..5aaf3c7 100644
3--- a/README.md
4+++ b/README.md
5 @@ -1,5 +1,7 @@
6 # Rudo-LFS (aka "rudolfs")
7
8+ [![Build Status](https://api.cirrus-ci.com/github/jasonwhite/rudolfs.svg?branch=master)](https://cirrus-ci.com/github/jasonwhite/rudolfs) [![Crates.io](https://img.shields.io/crates/v/rudolfs.svg)](https://crates.io/crates/rudolfs)
9+
10 A high-performance, caching Git LFS server with an AWS S3 back-end.
11
12 ## Features
13 diff --git a/docker-compose.yml b/docker-compose.yml
14index 84e4037..7e8ede8 100644
15--- a/docker-compose.yml
16+++ b/docker-compose.yml
17 @@ -2,10 +2,10 @@
18 version: '3'
19 services:
20 app:
21- #image: rudolfs:latest
22- build:
23- context: .
24- dockerfile: Dockerfile
25+ image: jasonwhite0/rudolfs:latest
26+ #build:
27+ # context: .
28+ # dockerfile: Dockerfile
29 ports:
30 - "8081:8080"
31 volumes: