From 5f97900e303678823cd7e202db384253f516cdd6 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 23 Feb 2025 16:33:58 -0800 Subject: [PATCH] disable mailpit --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7736e40..42dd520 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: