mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 23:19:13 -06:00
scale settings, storage-system and storage-users
This commit is contained in:
committed by
Ralf Haferkamp
parent
530b2b5863
commit
405dabf962
@@ -377,7 +377,7 @@ services:
|
||||
settings:
|
||||
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: ${OCIS_SCALE:-1}
|
||||
networks:
|
||||
ocis-net:
|
||||
entrypoint:
|
||||
@@ -539,7 +539,7 @@ services:
|
||||
storage-system:
|
||||
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: ${OCIS_SCALE:-1}
|
||||
networks:
|
||||
ocis-net:
|
||||
entrypoint:
|
||||
@@ -679,7 +679,7 @@ services:
|
||||
storage-users:
|
||||
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: ${OCIS_SCALE:-1}
|
||||
networks:
|
||||
ocis-net:
|
||||
entrypoint:
|
||||
|
||||
Reference in New Issue
Block a user