chore: update restart policy to unless-stopped for postgres and mailpit services in e2e docker-compose

This commit is contained in:
ramvignesh-b
2026-04-17 01:55:37 +05:30
parent 47e101c6fc
commit d7dc2e8eb9
+2 -2
View File
@@ -8,7 +8,7 @@ services:
POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_PASSWORD: ${DB_PASSWORD}
ports: ports:
- "${DB_PORT}:5432" - "${DB_PORT}:5432"
restart: never restart: unless-stopped
mailpit: mailpit:
image: axllent/mailpit image: axllent/mailpit
@@ -16,4 +16,4 @@ services:
ports: ports:
- "${EMAIL_API_PORT}:8025" - "${EMAIL_API_PORT}:8025"
- "${EMAIL_PORT}:1025" - "${EMAIL_PORT}:1025"
restart: never restart: unless-stopped