preparing for merge

master
mlan 2019-08-28 17:59:02 +02:00
parent a276c55304
commit e2c9b93584
3 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,18 @@
# v1.1.2
- Update Dockerfile so that is works also for debian 9
- Update assets/kopano-webaddr.sh now that we do not have builds for debian 8
- Updated demo
# v1.1.1
- Make sure the .env settings are honored also for MYSQL
# v1.1.0
- Reversed tag naming scheme. now `full-8.7.80-3.5.2` instead of ~~8.7.80-3.5.2-full~~
- Demo based on `docker-compose.yml` and `Makefile` files
- Check and fix file attributes in the `/var/lib/kopano/attachments` directory
- Check and fix file attributes in the `/var/lib/kopano/attachments` directory
# v1.0.0

View File

@ -11,7 +11,7 @@ CNT_ENV ?=
CNT_VOL ?=
.PHONY: build build-all bulid-core build-full build-debugtools \
variables push shell exec run run-fg start stop rm-container rm-image release logs
variables push shell exec run run-fg stop rm-container rm-image release logs
variables:
make -pn | grep -A1 "^# makefile"| grep -v "^#\|^--" | sort | uniq
@ -71,6 +71,3 @@ rm-image:
release: build
make push -e IMG_VER=$(IMG_VER)
build-show-version:
# core-webapp
assets/kopano-webaddr.sh -VV

View File

@ -105,7 +105,7 @@ services:
- DKIM_SELECTOR=${DKIM_SELECTOR-default}
- SYSLOG_LEVEL=4
volumes:
- mail-mta:/var
- mail-mta:/srv
mail-db:
image: mariadb