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