File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11## Main  
22
3- Nothing so far
3+ #### Changes  
4+ *  Update Docker compose templates
45
56## 0.5.0  
67
Original file line number Diff line number Diff line change 1- version: "3.9"
2- 
31x-defaults: &defaults
42  build:
53    context: .
64    dockerfile_inline: |
75      FROM ruby:[%= RUBY_VERSION.sub(/\.\d+$/, '') %]-alpine
8-       RUN apk update && apk --no-cache add build-base
6+       RUN apk update && apk --no-cache add build-base tzdata libffi 
97      ENV RODBOT_ENV="production"
108      ENV RACK_ENV="production"
119      ENV RACK_ROOT="/var/www"
@@ -15,7 +13,7 @@ x-defaults: &defaults
1513      COPY . .
1614      COPY .bundle /usr/local/bundle
1715      RUN bundle config set without "development test" && \
18-         bundle install --jobs 20 --retry 5 
16+         bundle install
1917  environment:
2018    - RODBOT_APP_HOST=0.0.0.0
2119    - RODBOT_APP_URL=http://app
Original file line number Diff line number Diff line change 1- version: "3.9"
2- 
31x-defaults: &defaults
42  build:
53    context: .
64    dockerfile_inline: |
75      FROM ruby:[%= RUBY_VERSION.sub(/\.\d+$/, '') %]-alpine
8-       RUN apk update && apk --no-cache add build-base
6+       RUN apk update && apk --no-cache add build-base tzdata libffi 
97      ENV RODBOT_ENV="production"
108      ENV RACK_ENV="production"
119      ENV RACK_ROOT="/var/www"
@@ -15,7 +13,7 @@ x-defaults: &defaults
1513      COPY . .
1614      COPY .bundle /usr/local/bundle
1715      RUN bundle config set without "development test" && \
18-         bundle install --jobs 20 --retry 5 
16+         bundle install
1917  environment:
2018    - RODBOT_APP_HOST=0.0.0.0
2119    - PRODUCTION_CREDENTIALS_KEY
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments