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}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user