From b49f7d8cb2cf74cf59d48ec9001dd6295ce5bd47 Mon Sep 17 00:00:00 2001 From: pixelthorn Date: Fri, 3 Jul 2026 08:57:51 -0500 Subject: [PATCH] Add bichon.yaml --- bichon.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bichon.yaml diff --git a/bichon.yaml b/bichon.yaml new file mode 100644 index 0000000..9a3caf1 --- /dev/null +++ b/bichon.yaml @@ -0,0 +1,24 @@ +services: + #https://github.com/rustmailer/bichon + # A lightweight, high-performance Rust email archiver with WebUI + # https://github.com/rustmailer/bichon/wiki + bichon: + image: rustmailer/bichon:latest + container_name: bichon + restart: unless-stopped + ports: + - "15630:15630" + volumes: + - /srv/docker/office/bichon:/data + user: "1001:1001" + environment: + BICHON_ROOT_DIR: /data + BICHON_LOG_LEVEL: info + labels: + - homepage.group=Office + - homepage.name=Bichon + - homepage.icon=bichon.png + - homepage.href=${BICHON_URL} + - homepage.description=Email archiver + - dockhand.url=${BICHON_URL} + - rackpeek.tags=office \ No newline at end of file