feat: replace maildev with mailpit #64
1 changed files with 6 additions and 6 deletions
|
@ -69,18 +69,18 @@ steps:
|
||||||
# secrets: [RELEASE_BOT_GPG_SIGNING_KEY, DUMBSERVE_PASSWORD, GPG_PASSWORD]
|
# secrets: [RELEASE_BOT_GPG_SIGNING_KEY, DUMBSERVE_PASSWORD, GPG_PASSWORD]
|
||||||
#
|
#
|
||||||
services:
|
services:
|
||||||
database:
|
|
||||||
image: postgres
|
|
||||||
environment:
|
|
||||||
- POSTGRES_PASSWORD=password
|
|
||||||
|
|
||||||
email:
|
email:
|
||||||
image: maildev/maildev:latest
|
image: maildev/maildev
|
||||||
environment:
|
environment:
|
||||||
- MAILDEV_SMTP_PORT=10025
|
- MAILDEV_SMTP_PORT=10025
|
||||||
- MAILDEV_INCOMING_USER=admin
|
- MAILDEV_INCOMING_USER=admin
|
||||||
- MAILDEV_INCOMING_PASS=password
|
- MAILDEV_INCOMING_PASS=password
|
||||||
|
|
||||||
|
database:
|
||||||
|
image: postgres
|
||||||
|
environment:
|
||||||
|
- POSTGRES_PASSWORD=password
|
||||||
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.9
|
image: getmeili/meilisearch:v1.9
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue