mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-20 12:52:59 +00:00
Check with travis if containers start (#113)
* move .env creation into install rerun check-scripts after creation as well * update docker-compose * add simple test if containers start up * redirect output of compose stop
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
version: "3.5"
|
||||
|
||||
services:
|
||||
test:
|
||||
build:
|
||||
context: tests/startup-test
|
||||
networks:
|
||||
- kopano-net
|
||||
- ldap-net
|
||||
- web-net
|
||||
volumes:
|
||||
- kopanodata/:/kopano/data
|
||||
- kopanossl/:/kopano/ssl
|
||||
- kopanosocket/:/run/kopano
|
||||
environment:
|
||||
- KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST}
|
||||
Reference in New Issue
Block a user