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
|
- pgsql
|
||||||
- redis
|
- redis
|
||||||
- meilisearch
|
- meilisearch
|
||||||
- mailpit
|
# - mailpit
|
||||||
- selenium
|
- selenium
|
||||||
pgsql:
|
pgsql:
|
||||||
image: 'postgres:17'
|
image: 'postgres:17'
|
||||||
|
@ -86,13 +86,13 @@ services:
|
||||||
- 'http://127.0.0.1:7700/health'
|
- 'http://127.0.0.1:7700/health'
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
mailpit:
|
# mailpit:
|
||||||
image: 'axllent/mailpit:latest'
|
# image: 'axllent/mailpit:latest'
|
||||||
ports:
|
# ports:
|
||||||
- '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
# - '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
||||||
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
# - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
||||||
networks:
|
# networks:
|
||||||
- sail
|
# - sail
|
||||||
selenium:
|
selenium:
|
||||||
image: selenium/standalone-chromium
|
image: selenium/standalone-chromium
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
Loading…
Reference in a new issue