From 8cb264e1c2cd677f6d2f7fc4437b0beff4bc7043 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 24 Jan 2026 02:06:53 +0000 Subject: [PATCH] Update DAV_Containers/baikal/compose.yaml --- DAV Servers/baikal/Compose.yaml | 10 ---------- DAV_Containers/baikal/compose.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 DAV Servers/baikal/Compose.yaml create mode 100644 DAV_Containers/baikal/compose.yaml diff --git a/DAV Servers/baikal/Compose.yaml b/DAV Servers/baikal/Compose.yaml deleted file mode 100644 index d52385b..0000000 --- a/DAV Servers/baikal/Compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - baikal: - image: ckulka/baikal:nginx - container_name: baikal - restart: unless-stopped - ports: - - "8385:80" - volumes: - - /srv/docker/baikal/config:/var/www/baikal/config - - /srv/docker/baikal/data:/var/www/baikal/Specific \ No newline at end of file diff --git a/DAV_Containers/baikal/compose.yaml b/DAV_Containers/baikal/compose.yaml new file mode 100644 index 0000000..1894e58 --- /dev/null +++ b/DAV_Containers/baikal/compose.yaml @@ -0,0 +1,27 @@ +services: + baikal: + image: ckulka/baikal:nginx + container_name: baikal + restart: unless-stopped + #ports: + # - "8385:80" + environment: + MSMTPRC: | + defaults + auth on + tls on + tls_trust_file /etc/ssl/certs/ca-certificates.crt + account default + host + port + from + user + password + volumes: + - /srv/docker/baikal/config:/var/www/baikal/config + - /srv/docker/baikal/data:/var/www/baikal/Specific + +networks: + default: + external: true + name: nginx \ No newline at end of file