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: