remove the graph-explorer servier from ocis (#4733)
This commit is contained in:
@@ -51,8 +51,6 @@ policies:
|
||||
backend: http://localhost:9140
|
||||
- endpoint: /graph/
|
||||
backend: http://localhost:9120
|
||||
- endpoint: /graph-explorer
|
||||
backend: http://localhost:9135
|
||||
- endpoint: /api/v0/settings
|
||||
backend: http://localhost:9190
|
||||
- endpoint: /settings.js
|
||||
|
||||
@@ -111,7 +111,7 @@ services:
|
||||
OCIS_STORAGE_READ_ONLY: "false" # TODO: conflict with OWNCLOUDSQL -> https://github.com/owncloud/ocis/issues/2303
|
||||
# General oCIS config
|
||||
# OCIS_RUN_SERVICES specifies to start all fullstack services except idm and idp. These are replaced by external services
|
||||
OCIS_RUN_SERVICES: app-registry,app-provider,auth-basic,auth-machine,frontend,gateway,graph,graph-explorer,groups,nats,notifications,ocdav,ocs,proxy,search,settings,sharing,storage-system,storage-publiclink,storage-shares,storage-users,store,thumbnails,users,web,webdav
|
||||
OCIS_RUN_SERVICES: app-registry,app-provider,auth-basic,auth-machine,frontend,gateway,graph,groups,nats,notifications,ocdav,ocs,proxy,search,settings,sharing,storage-system,storage-publiclink,storage-shares,storage-users,store,thumbnails,users,web,webdav
|
||||
OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-error} # make oCIS less verbose
|
||||
OCIS_LOG_COLOR: "${OCIS_LOG_COLOR:-false}"
|
||||
OCIS_URL: https://${CLOUD_DOMAIN:-cloud.owncloud.test}
|
||||
|
||||
@@ -51,8 +51,6 @@ policies:
|
||||
backend: http://localhost:9140
|
||||
- endpoint: /graph/
|
||||
backend: http://localhost:9120
|
||||
- endpoint: /graph-explorer
|
||||
backend: http://localhost:9135
|
||||
- endpoint: /api/v0/settings
|
||||
backend: http://localhost:9190
|
||||
- endpoint: /settings.js
|
||||
|
||||
@@ -47,8 +47,6 @@ policies:
|
||||
backend: http://frontend:9140
|
||||
- endpoint: /graph/
|
||||
backend: http://graph:9120
|
||||
- endpoint: /graph-explorer
|
||||
backend: http://graph-explorer:9135
|
||||
- endpoint: /api/v0/settings
|
||||
backend: http://settings:9190
|
||||
- endpoint: /settings.js
|
||||
|
||||
@@ -185,28 +185,6 @@ services:
|
||||
driver: "local"
|
||||
restart: always
|
||||
|
||||
graph-explorer:
|
||||
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
|
||||
deploy:
|
||||
replicas: ${OCIS_SCALE:-1}
|
||||
networks:
|
||||
ocis-net:
|
||||
entrypoint:
|
||||
- ocis
|
||||
- graph-explorer
|
||||
- server
|
||||
environment:
|
||||
GRAPH_EXPLOER_LOG_LEVEL: "${OCIS_LOG_LEVEL:-error}"
|
||||
GRAPH_EXPLOER_LOG_COLOR: "${OCIS_LOG_COLOR:-false}"
|
||||
GRAPH_EXPLOER_LOG_PRETTY: "${OCIS_LOG_PRETTY:-false}"
|
||||
|
||||
GRAPH_EXPLORER_HTTP_ADDR: 0.0.0.0:9135
|
||||
GRAPH_EXPLORER_ISSUER: https://${OCIS_DOMAIN}
|
||||
GRAPH_EXPLORER_GRAPH_URL_BASE: https://${OCIS_DOMAIN}
|
||||
logging:
|
||||
driver: "local"
|
||||
restart: always
|
||||
|
||||
audit:
|
||||
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
|
||||
deploy:
|
||||
|
||||
-8
@@ -83,14 +83,6 @@ services:
|
||||
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
|
||||
# metrics
|
||||
GRAPH_DEBUG_ADDR: 0.0.0.0:9124
|
||||
#graph-explorer:
|
||||
# environment:
|
||||
# # tracing
|
||||
# OCIS_TRACING_ENABLED: "true"
|
||||
# OCIS_TRACING_TYPE: jaeger
|
||||
# OCIS_TRACING_ENDPOINT: jaeger-agent:6831
|
||||
# # metrics
|
||||
# GRAPH_EXPLORER_DEBUG_ADDR: 0.0.0.0:9136
|
||||
storage-system:
|
||||
environment:
|
||||
# tracing
|
||||
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
IDP_LDAP_UUID_ATTRIBUTE_TYPE: binary
|
||||
GRAPH_LDAP_SERVER_WRITE_ENABLED: "false" # assuming the external ldap is readonly
|
||||
# OCIS_RUN_SERVICES specifies to start all services except glauth, idm and accounts. These are replaced by external services
|
||||
OCIS_RUN_SERVICES: app-registry,app-provider,audit,auth-basic,auth-machine,frontend,gateway,graph,graph-explorer,groups,idp,nats,notifications,ocdav,ocs,proxy,search,settings,sharing,storage-system,storage-publiclink,storage-shares,storage-users,store,thumbnails,users,web,webdav
|
||||
OCIS_RUN_SERVICES: app-registry,app-provider,audit,auth-basic,auth-machine,frontend,gateway,graph,groups,idp,nats,notifications,ocdav,ocs,proxy,search,settings,sharing,storage-system,storage-publiclink,storage-shares,storage-users,store,thumbnails,users,web,webdav
|
||||
# General oCIS config
|
||||
OCIS_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-error} # make oCIS less verbose
|
||||
|
||||
Reference in New Issue
Block a user