debug: fix maildev
This commit is contained in:
parent
772fcbbe3b
commit
4cba4aac91
1 changed files with 6 additions and 6 deletions
|
@ -69,18 +69,18 @@ steps:
|
|||
# secrets: [RELEASE_BOT_GPG_SIGNING_KEY, DUMBSERVE_PASSWORD, GPG_PASSWORD]
|
||||
#
|
||||
services:
|
||||
database:
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=password
|
||||
|
||||
email:
|
||||
image: maildev/maildev:latest
|
||||
image: maildev/maildev
|
||||
environment:
|
||||
- MAILDEV_SMTP_PORT=10025
|
||||
- MAILDEV_INCOMING_USER=admin
|
||||
- MAILDEV_INCOMING_PASS=password
|
||||
|
||||
database:
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=password
|
||||
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.9
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue