File tree Expand file tree Collapse file tree 6 files changed +5
-26
lines changed Expand file tree Collapse file tree 6 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 55    <p align="center"> 
66        <a href="https://godoc.org/github.com/clivern/rabbit"><img src="https://godoc.org/github.com/clivern/rabbit?status.svg"></a> 
77        <a href="https://travis-ci.org/Clivern/Rabbit"><img src="https://travis-ci.org/Clivern/Rabbit.svg?branch=master"></a> 
8-         <a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-0.1.2 -red.svg"></a> 
8+         <a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-1.0.0 -red.svg"></a> 
99        <a href="https://goreportcard.com/report/github.com/Clivern/Rabbit"><img src="https://goreportcard.com/badge/github.com/Clivern/Rabbit"></a> 
1010        <a href="https://github.com/Clivern/Rabbit/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a> 
1111    </p> 
@@ -187,8 +187,7 @@ Running rabbit with `docker-compose` is pretty straightforward.
187187``` bash 
188188$ git clone https://github.com/Clivern/Rabbit.git
189189$ cd  Rabbit
190- $ git checkout tags/0.1.2
191- $ cd  deployments/docker-compose
190+ $ cd  deployments/docker
192191$ docker-compose build
193192$ docker-compose up -d
194193``` 
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66            - ' rabbit_redis:/data' 
77        restart : unless-stopped 
88    rabbit :
9-         image : ' rabbit:1.0.0' 
9+         image : ' docker.pkg.github.com/clivern/rabbit/ rabbit:1.0.0' 
1010        build : . 
1111        ports :
1212            - " 8080:8080" 
@@ -16,6 +16,8 @@ services:
1616            - ' ~/.ssh:/root/.ssh' 
1717            - ' rabbit_configs:/app/configs' 
1818            - ' rabbit_var:/app/var' 
19+         environment :
20+             RABBIT_APP_MODE : prod 
1921        restart : unless-stopped 
2022
2123volumes :
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments