docker: remove echobot parts that were lingering in the feature branch

This commit is contained in:
j4n
2026-02-13 14:19:47 +01:00
parent f26cb08500
commit 1889f554a3
3 changed files with 4 additions and 17 deletions

View File

@@ -1,13 +1,13 @@
services:
chatmail:
build:
build:
context: ./docker
dockerfile: chatmail_relay.dockerfile
tags:
- chatmail-relay:latest
image: chatmail-relay:latest
restart: unless-stopped
container_name: chatmail
container_name: chatmail
cgroup: host # required for systemd
tty: true # required for logs
tmpfs: # required for systemd
@@ -36,11 +36,10 @@ services:
## system
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
- ./:/opt/chatmail
## data
- ./data/chatmail:/home
- ./data/chatmail-dkimkeys:/etc/dkimkeys
- ./data/chatmail-echobot:/run/echobot
- ./data/chatmail-acme:/var/lib/acme
## custom resources