Skip to content

Commit

Permalink
fix gem paths in compose.yml & k8s instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack authored Dec 6, 2024
1 parent 2923a82 commit 4e7b6f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
image: freikin/dawarich:latest
container_name: dawarich_app
volumes:
- dawarich_gem_cache_app:/usr/local/bundle/gems_app
- dawarich_gem_cache_app:/usr/local/bundle/gems
- dawarich_public:/var/app/public
- dawarich_watched:/var/app/tmp/imports/watched
networks:
Expand Down Expand Up @@ -96,7 +96,7 @@ services:
image: freikin/dawarich:latest
container_name: dawarich_sidekiq
volumes:
- dawarich_gem_cache_sidekiq:/usr/local/bundle/gems_sidekiq
- dawarich_gem_cache_sidekiq:/usr/local/bundle/gems
- dawarich_public:/var/app/public
- dawarich_watched:/var/app/tmp/imports/watched
networks:
Expand Down
6 changes: 3 additions & 3 deletions docs/How_to_install_Dawarich_in_k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ spec:
image: freikin/dawarich:0.16.4
imagePullPolicy: Always
volumeMounts:
- mountPath: /usr/local/bundle/gems_app
name: gem-cache
- mountPath: /usr/local/bundle/gems
name: gem-app
- mountPath: /var/app/public
name: public
- mountPath: /var/app/tmp/imports/watched
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
image: freikin/dawarich:0.16.4
imagePullPolicy: Always
volumeMounts:
- mountPath: /usr/local/bundle/gems_sidekiq
- mountPath: /usr/local/bundle/gems
name: gem-sidekiq
- mountPath: /var/app/public
name: public
Expand Down

0 comments on commit 4e7b6f1

Please sign in to comment.