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