Add bichon

This commit is contained in:
Yax 2025-12-07 12:32:28 +01:00
parent 4947d836ac
commit 7c67d8f093

View file

@ -0,0 +1,12 @@
services:
bichon:
container_name: bichon
image: 'rustmailer/bichon:latest'
environment:
- BICHON_LOG_LEVEL=INFO
- BICHON_ROOT_DIR=/data
ports:
- '8019:15630'
restart: unless-stopped
volumes:
- ${ROOT_INSTALL}/data/bichon:/data