mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Merge pull request #499 from tigattack/fix/gem_paths
fix gem paths in compose.yml & k8s instructions
This commit is contained in:
commit
cea85fd75a
2 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ services:
|
||||||
image: freikin/dawarich:latest
|
image: freikin/dawarich:latest
|
||||||
container_name: dawarich_app
|
container_name: dawarich_app
|
||||||
volumes:
|
volumes:
|
||||||
- dawarich_gem_cache_app:/usr/local/bundle/gems_app
|
- dawarich_gem_cache_app:/usr/local/bundle/gems
|
||||||
- dawarich_public:/var/app/public
|
- dawarich_public:/var/app/public
|
||||||
- dawarich_watched:/var/app/tmp/imports/watched
|
- dawarich_watched:/var/app/tmp/imports/watched
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -97,7 +97,7 @@ services:
|
||||||
image: freikin/dawarich:latest
|
image: freikin/dawarich:latest
|
||||||
container_name: dawarich_sidekiq
|
container_name: dawarich_sidekiq
|
||||||
volumes:
|
volumes:
|
||||||
- dawarich_gem_cache_sidekiq:/usr/local/bundle/gems_sidekiq
|
- dawarich_gem_cache_sidekiq:/usr/local/bundle/gems
|
||||||
- dawarich_public:/var/app/public
|
- dawarich_public:/var/app/public
|
||||||
- dawarich_watched:/var/app/tmp/imports/watched
|
- dawarich_watched:/var/app/tmp/imports/watched
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -142,8 +142,8 @@ spec:
|
||||||
image: freikin/dawarich:0.16.4
|
image: freikin/dawarich:0.16.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/local/bundle/gems_app
|
- mountPath: /usr/local/bundle/gems
|
||||||
name: gem-cache
|
name: gem-app
|
||||||
- mountPath: /var/app/public
|
- mountPath: /var/app/public
|
||||||
name: public
|
name: public
|
||||||
- mountPath: /var/app/tmp/imports/watched
|
- mountPath: /var/app/tmp/imports/watched
|
||||||
|
|
@ -198,7 +198,7 @@ spec:
|
||||||
image: freikin/dawarich:0.16.4
|
image: freikin/dawarich:0.16.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/local/bundle/gems_sidekiq
|
- mountPath: /usr/local/bundle/gems
|
||||||
name: gem-sidekiq
|
name: gem-sidekiq
|
||||||
- mountPath: /var/app/public
|
- mountPath: /var/app/public
|
||||||
name: public
|
name: public
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue