also add for other examples

This commit is contained in:
Willy Kloucek
2020-12-30 08:12:31 +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