Remove mail container, not needed

The bytemark/smtp image hasn't been updated in 4 years. And plausible is able to send email via SMTP without this container. So I assume it is no longer used or needed.
This commit is contained in:
Charles Hill 2022-02-12 13:08:50 +00:00 committed by GitHub
parent f768205710
commit e14897f1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,5 @@
version: "3.3"
services:
mail:
image: bytemark/smtp
restart: always
plausible_db:
image: postgres:12
@ -31,7 +28,6 @@ services:
depends_on:
- plausible_db
- plausible_events_db
- mail
ports:
- 8000:8000
env_file: