Skip to content

Commit

Permalink
Merge pull request #10324 from owncloud/fix-natsjs-name
Browse files Browse the repository at this point in the history
chore: fix ocis natsjs name
  • Loading branch information
JammingBen authored Jan 11, 2024
2 parents 3eccc5f + ef92486 commit eb8854b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x-ocis-server: &ocis-service
image: ${OCIS_IMAGE:-owncloud/ocis:latest}
entrypoint: /bin/sh
command: [ '-c', 'ocis init || true && ocis server' ]
command: ['-c', 'ocis init || true && ocis server']
environment: &ocis-environment
OCIS_INSECURE: '${OCIS_INSECURE:-true}'
OCIS_LOG_LEVEL: '${OCIS_LOG_LEVEL:-error}'
Expand All @@ -19,7 +19,6 @@ x-ocis-server: &ocis-service
WEB_UI_THEME_PATH: ${WEB_UI_THEME_PATH:-/themes/owncloud/theme.json}
WEB_UI_CONFIG_FILE: ${WEB_UI_CONFIG_FILE:-/web/config.json}


#FRONTEND
FRONTEND_SEARCH_MIN_LENGTH: '2'
FRONTEND_OCS_ENABLE_DENIALS: 'true'
Expand Down Expand Up @@ -90,7 +89,7 @@ services:
OCIS_CORS_ALLOW_ORIGINS: 'https://host.docker.internal:9201'
OCM_WEBAPP_TEMPLATE: https://host.docker.internal:9201/o/{{.Token}}/{relative-path-to-shared-resource}
# make the registry available to the app provider containers
MICRO_REGISTRY: 'natsjs'
MICRO_REGISTRY: 'nats-js-kv'
MICRO_REGISTRY_ADDRESS: 0.0.0.0:9233
labels:
traefik.enable: true
Expand Down

0 comments on commit eb8854b

Please sign in to comment.