disable mailpit
This commit is contained in:
parent
350fdd3520
commit
5f97900e30
1 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
- pgsql
|
||||
- redis
|
||||
- meilisearch
|
||||
- mailpit
|
||||
# - mailpit
|
||||
- selenium
|
||||
pgsql:
|
||||
image: 'postgres:17'
|
||||
|
@ -86,13 +86,13 @@ services:
|
|||
- 'http://127.0.0.1:7700/health'
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
mailpit:
|
||||
image: 'axllent/mailpit:latest'
|
||||
ports:
|
||||
- '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
||||
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
||||
networks:
|
||||
- sail
|
||||
# mailpit:
|
||||
# image: 'axllent/mailpit:latest'
|
||||
# ports:
|
||||
# - '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
||||
# - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
||||
# networks:
|
||||
# - sail
|
||||
selenium:
|
||||
image: selenium/standalone-chromium
|
||||
extra_hosts:
|
||||
|
|
Loading…
Reference in a new issue