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: