Skip to content

Commit

Permalink
remove mailhog, since #731 made it unusefull
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Nov 13, 2024
1 parent 7c34605 commit 49b0e62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
"SHOW_TEMPLATE_CONTEXT": True,
}

# Emails in Mailhog
# ------------------------------------------------------------------------------
EMAIL_HOST = "0.0.0.0"
EMAIL_PORT = 1025
EMAIL_HOST_USER = ""
EMAIL_HOST_PASSWORD = ""
EMAIL_USE_TLS = False

# See: https://docs.djangoproject.com/en/dev/ref/settings/#media-url
MEDIA_URL = f"{AWS_S3_ENDPOINT_URL}/" # noqa: F405

Expand Down
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ services:
- "127.0.0.1:${DJANGO_PORT_ON_DOCKER_HOST:-8000}:8000"
- "127.0.0.1:${DJANGO_DEBUGPY_PORT:-5678}:5678"

mailhog:
profiles: [ "mailhog" ]
image: mailhog/mailhog:latest
restart: always
ports:
- 127.0.0.1:1025:1025
- 127.0.0.1:8025:8025

volumes:
postgres_data:
postgres_data_backups:
Expand Down

0 comments on commit 49b0e62

Please sign in to comment.