1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-20 12:52:59 +00:00

Prefix container names with COMPOSE_PROJECT_NAME. (#118)

* Prefix container names with COMPOSE_PROJECT_NAME.

This way it is easily possible to use several instances of this service stack on one host via different .env-files (e.g. for staging/production).
Volumes and networks are separated in this manner by docker-compose anyway, now the containers are too.

* Use underscore in container-names for consistency with networks and volumes.

* Remove "kopano" from container names.

This avoids repetition in the names when using the default project name which also "kopano".

* Make Caddy default port configurable.
This commit is contained in:
mithomas
2019-03-22 14:04:42 +01:00
committed by Felix Bartels
parent aa6043a7bd
commit 676360dbb4
2 changed files with 25 additions and 24 deletions
+1
View File
@@ -318,6 +318,7 @@ TZ=$TZ
FQDN=$FQDN
FQDNCLEANED=${FQDN%:*}
EMAIL=$EMAIL
CADDY=2015
HTTP=80
HTTPS=443
LDAPPORT=389