also add for other examples

This commit is contained in:
Willy Kloucek
2020-12-23 15:20:20 +01:00
parent 1b6d8d6c52
commit 0bd5327b43
6 changed files with 44 additions and 1 deletions
+6
View File
@@ -24,3 +24,9 @@ LDAP_ADMIN_PASSWORD=
### LDAP manager settings ###
# Domain of LDAP manager. Defaults to "ldap.owncloud.test"
LDAP_MANAGER_DOMAIN=
# If you want to use debugging and tracing with this stack:
# you need to enable
# please follow docs for this
#COMPOSE_FILE=docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
@@ -0,0 +1,12 @@
---
version: "3.7"
services:
ocis:
environment:
OCIS_TRACING_ENABLED: "true"
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
networks:
ocis-net:
external: true
+6
View File
@@ -27,3 +27,9 @@ KEYCLOAK_REALM=
KEYCLOAK_ADMIN_USER=
# Admin user login password. Defaults to "admin"
KEYCLOAK_ADMIN_PASSWORD=
# If you want to use debugging and tracing with this stack:
# you need to enable
# please follow docs for this
#COMPOSE_FILE=docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
@@ -0,0 +1,12 @@
---
version: "3.7"
services:
ocis:
environment:
OCIS_TRACING_ENABLED: "true"
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
networks:
ocis-net:
external: true
+2 -1
View File
@@ -16,7 +16,8 @@ OCIS_DOCKER_TAG=
# Domain of oCIS, where you can find the frontend. Defaults to "ocis.owncloud.test"
OCIS_DOMAIN=
# If you want to use debugging and tracing with this stack:
# you need to enable
# please follow docs for this
#COMPOSE_FILE=docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
COMPOSE_FILE=docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
@@ -19,3 +19,9 @@ OCIS_DOMAIN=
### oC10 ###
# Domain of ownCloud 10, where you can find the frontend. Defaults to "oc10.owncloud.test"
#OC10_DOMAIN=
# If you want to use debugging and tracing with this stack:
# you need to enable
# please follow docs for this
#COMPOSE_FILE=docker-compose.yml:monitoring_tracing/docker-compose-additions.yml