Rename docker-compose.yml to compose.yaml

This commit is contained in:
ivenos
2026-06-04 10:01:35 +02:00
parent ebe1c7a297
commit 89f3f3c8cd
5 changed files with 0 additions and 0 deletions

12
compose.mailpit.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
mailer:
image: axllent/mailpit
ports:
- 8025:8025
- 1025:1025
volumes:
- mailpit-storage:/data
environment:
- MP_DATABASE=/data/mailpit.db
volumes:
mailpit-storage: