mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
chore: update restart policy to unless-stopped for postgres and mailpit services in e2e docker-compose
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
ports:
|
||||
- "${DB_PORT}:5432"
|
||||
restart: never
|
||||
restart: unless-stopped
|
||||
|
||||
mailpit:
|
||||
image: axllent/mailpit
|
||||
@@ -16,4 +16,4 @@ services:
|
||||
ports:
|
||||
- "${EMAIL_API_PORT}:8025"
|
||||
- "${EMAIL_PORT}:1025"
|
||||
restart: never
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user