[#68] service/morph: Add volume for morph_chain

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-08-17 08:08:55 +03:00 committed by Evgenii Stratonikov
parent 044cf99e8d
commit dd382f8ce0
2 changed files with 5 additions and 1 deletions

View file

@ -19,9 +19,13 @@ services:
- ./config.yml:/wallets/config.yml
- ./../../vendor/hosts:/etc/hosts
- ./../../wallets/wallet.json:/wallets/wallet.json
- chains:/chains
networks:
chain_int:
internet:
external: true
name: basenet_internet
volumes:
chains:

View file

@ -17,7 +17,7 @@ ApplicationConfiguration:
DBConfiguration:
Type: "boltdb"
BoltDBOptions:
FilePath: "./db/morph.bolt"
FilePath: "/chains/morph.bolt"
P2P:
Addresses:
- ":20333"