Skip to content

Commit

Permalink
[MOOSE-171]: Disable Mailhog by default. The service currently has a …
Browse files Browse the repository at this point in the history
…start-up error: lando/mailhog#35.
  • Loading branch information
dpellenwood committed Dec 2, 2024
1 parent b3a5942 commit 0434e1e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ services:
overrides:
environment:
- XDEBUG_TRIGGER=1
mailhog:
type: mailhog
portforward: true
hogfrom:
- appserver_nginx
- appserver

# Enabling MailHog will cause an error on start: `/bin/sh: 1: curl: not found`.
# Related GH Issue: https://github.com/lando/mailhog/issues/35
#
# The error doesn't actually cause any issues, but prevents lando from starting cleanly.
# If you need access to email from this site, enable the Mailhog service below.
# Otherwise, It's safe to keep this service disabled.

# mailhog:
# type: mailhog
# portforward: true
# hogfrom:
# - appserver_nginx
# - appserver

tooling:
xdebug-on:
service: appserver
Expand Down

0 comments on commit 0434e1e

Please sign in to comment.