mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
fix: add missing anyStorePath for any-sync-node
This commit is contained in:
parent
5ae9f4a70a
commit
dbee798def
4 changed files with 6 additions and 0 deletions
|
@ -155,6 +155,7 @@ services:
|
|||
volumes:
|
||||
- ./etc/any-sync-node-1:/etc/any-sync-node:Z
|
||||
- "${STORAGE_DIR}/any-sync-node-1:/storage:Z"
|
||||
- "${STORAGE_DIR}/anyStorage/any-sync-node-1:/anyStorage:Z"
|
||||
- "${STORAGE_DIR}/networkStore/any-sync-node-1:/networkStore:Z"
|
||||
deploy:
|
||||
resources:
|
||||
|
@ -175,6 +176,7 @@ services:
|
|||
volumes:
|
||||
- ./etc/any-sync-node-2:/etc/any-sync-node:Z
|
||||
- "${STORAGE_DIR}/any-sync-node-2:/storage:Z"
|
||||
- "${STORAGE_DIR}/anyStorage/any-sync-node-2:/anyStorage:Z"
|
||||
- "${STORAGE_DIR}/networkStore/any-sync-node-2:/networkStore:Z"
|
||||
deploy:
|
||||
resources:
|
||||
|
@ -195,6 +197,7 @@ services:
|
|||
volumes:
|
||||
- ./etc/any-sync-node-3:/etc/any-sync-node:Z
|
||||
- "${STORAGE_DIR}/any-sync-node-3:/storage:Z"
|
||||
- "${STORAGE_DIR}/anyStorage/any-sync-node-3:/anyStorage:Z"
|
||||
- "${STORAGE_DIR}/networkStore/any-sync-node-3:/networkStore:Z"
|
||||
deploy:
|
||||
resources:
|
||||
|
|
|
@ -23,6 +23,7 @@ space:
|
|||
|
||||
storage:
|
||||
path: /storage
|
||||
anyStorePath: /anyStorage
|
||||
|
||||
nodeSync:
|
||||
periodicSyncHours: 2
|
||||
|
|
|
@ -23,6 +23,7 @@ space:
|
|||
|
||||
storage:
|
||||
path: /storage
|
||||
anyStorePath: /anyStorage
|
||||
|
||||
nodeSync:
|
||||
periodicSyncHours: 2
|
||||
|
|
|
@ -23,6 +23,7 @@ space:
|
|||
|
||||
storage:
|
||||
path: /storage
|
||||
anyStorePath: /anyStorage
|
||||
|
||||
nodeSync:
|
||||
periodicSyncHours: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue