disable mailpit

This commit is contained in:
punkfairie 2025-02-23 16:33:58 -08:00
parent 350fdd3520
commit 5f97900e30
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -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: