Retain mailpit data

This commit is contained in:
Simon Gruber
2026-05-05 20:06:47 +02:00
parent 24fd13340e
commit bfa04936b2
+7 -2
View File
@@ -36,15 +36,20 @@ services:
container_name: lunchtime-mailpit
ports:
- "8025:8025"
volumes:
- mailpit-data:/data
restart: unless-stopped
nginx:
image: nginx:alpine
ports:
- "8080:8080"
- "8020:8080"
volumes:
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- backend
- frontend
restart: unless-stopped
restart: unless-stopped
volumes:
mailpit-data: