forked from verdnatura/hedera-web
Ceph mounts
This commit is contained in:
parent
995dbc3585
commit
06f58f07ca
|
@ -13,9 +13,9 @@ services:
|
||||||
- source: test
|
- source: test
|
||||||
target: /etc/hedera-web/config.test.php
|
target: /etc/hedera-web/config.test.php
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage:/mnt/storage
|
- /mnt/appdata:/mnt/storage
|
||||||
- /mnt/storage/image:/var/lib/hedera-web/image-db
|
- /mnt/appdata/image:/var/lib/hedera-web/image-db
|
||||||
- /mnt/storage/vn-access:/var/lib/hedera-web/vn-access
|
- /mnt/appdata/vn-access:/var/lib/hedera-web/vn-access
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
placement:
|
placement:
|
||||||
|
@ -28,8 +28,8 @@ services:
|
||||||
- source: config
|
- source: config
|
||||||
target: /etc/hedera-web/config.my.php
|
target: /etc/hedera-web/config.my.php
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage:/mnt/storage
|
- /mnt/appdata:/mnt/storage
|
||||||
- /mnt/storage/image:/var/lib/hedera-web/image-db
|
- /mnt/appdata/image:/var/lib/hedera-web/image-db
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
Loading…
Reference in New Issue