Retain mailpit data
This commit is contained in:
+7
-2
@@ -36,15 +36,20 @@ services:
|
|||||||
container_name: lunchtime-mailpit
|
container_name: lunchtime-mailpit
|
||||||
ports:
|
ports:
|
||||||
- "8025:8025"
|
- "8025:8025"
|
||||||
|
volumes:
|
||||||
|
- mailpit-data:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8020:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
- frontend
|
- frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
mailpit-data:
|
||||||
Reference in New Issue
Block a user