1
0
Fork 0
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:
Grigory Efimov 2025-03-07 13:43:33 -03:00 committed by GitHub
commit 589ee9c07e
Signed by: github
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -23,6 +23,7 @@ space:
storage:
path: /storage
anyStorePath: /anyStorage
nodeSync:
periodicSyncHours: 2

View file

@ -23,6 +23,7 @@ space:
storage:
path: /storage
anyStorePath: /anyStorage
nodeSync:
periodicSyncHours: 2

View file

@ -23,6 +23,7 @@ space:
storage:
path: /storage
anyStorePath: /anyStorage
nodeSync:
periodicSyncHours: 2