mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
use scheduler image as base after dockerize round also execute some other commands clean up test containers after run switch kopano-admin to listing users (also more helpful when debugging) comment kopano-cli for the moment
20 lines
432 B
YAML
20 lines
432 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:
|
|
- kopanodata/:/kopano/data
|
|
- kopanossl/:/kopano/ssl
|
|
- kopanosocket/:/run/kopano
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
- KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST}
|