mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-18 06:34:25 +02:00
Add bichon
This commit is contained in:
parent
4947d836ac
commit
7c67d8f093
12
09-bichon/docker-compose.bichon.yml
Normal file
12
09-bichon/docker-compose.bichon.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user