Skip to content

Commit

Permalink
Fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Aug 26, 2024
1 parent 0e80a5b commit 7319121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generator/docker-components/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ services:
- "./plugins/backend:/plugins/backend"
- "./plugins/admin:/plugins/admin"
- "./plugins/store:/plugins/store"
- "./plugins/daemon:/plugins/daemon"
- "./plugins/docker:/plugins/docker"
- "$<BITCART_HOST_SSH_AUTHORIZED_KEYS>?:${BITCART_SSH_AUTHORIZED_KEYS}"

Expand Down
1 change: 1 addition & 0 deletions generator/docker-components/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- "./plugins/backend:/plugins/backend"
- "./plugins/admin:/plugins/admin"
- "./plugins/store:/plugins/store"
- "./plugins/daemon:/plugins/daemon"
- "./plugins/docker:/plugins/docker"
- "$<BITCART_HOST_SSH_AUTHORIZED_KEYS>?:${BITCART_SSH_AUTHORIZED_KEYS}"

Expand Down

0 comments on commit 7319121

Please sign in to comment.