1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00
kopano-docker/examples/meet/tests/test-container.yml
Felix Bartels ead0acfdb0
Add a per setup unique machine-id (#257)
* add mount for machine-id
* services should check the availability of the machine id before starting
* add a note to the readme
* add new mounts to the multiserver example
* add dockerize to kweb
* fix meet demo
2019-11-19 13:55:11 +01:00

24 lines
499 B
YAML

version: "3.5"
services:
test:
build:
context: tests/startup-test
args:
docker_repo: ${docker_repo:-zokradonh}
networks:
- kopano-net
- ldap-net
- web-net
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- kopanodata/:/kopano/data
- kopanosocket/:/run/kopano
- kopanossl/:/kopano/ssl
environment:
- KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST}
ldap:
tmpfs:
- /var/lib/ldap
- /etc/ldap/slapd.d