NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

ofelia: limit scope to mailcow project (#5776)

* Filter to limit ofelia scope See https://github.com/mailcow/mailcow-dockerized/issues/5775 * compose: added ${COMPOSE_PROJECT_NAME} ENV to ofelia container

824a473f
Kitof <[email protected]> 1 year, 11 months ago
docker-compose.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index e1b9f0fc..a0fb03dc 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -594,9 +594,10 @@ services:
     ofelia-mailcow:
       image: mcuadros/ofelia:latest
       restart: always
-      command: daemon --docker
+      command: daemon --docker -f label=com.docker.compose.project=${COMPOSE_PROJECT_NAME}
       environment:
         - TZ=${TZ}
+        - COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}
       depends_on:
         - sogo-mailcow
         - dovecot-mailcow