diff --git a/09-bichon/docker-compose.bichon.yml b/09-bichon/docker-compose.bichon.yml new file mode 100644 index 0000000..cb28b1b --- /dev/null +++ b/09-bichon/docker-compose.bichon.yml @@ -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