Skip to content

Commit

Permalink
docker-compose.yml: replace mailhog with maildev
Browse files Browse the repository at this point in the history
That we use a supported image and have arm images available.

closes ecamp#3528
  • Loading branch information
BacLuc committed Sep 30, 2023
1 parent 2fbdbbb commit 8cfbd9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/docker/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

handle /mail* {
reverse_proxy mail:8025
reverse_proxy mail:1080
}

handle {
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ services:
protocol: tcp

mail:
image: mailhog/mailhog
image: maildev/maildev
container_name: 'ecamp3-mail'
environment:
- MH_UI_WEB_PATH=/mail
- MAILDEV_BASE_PATHNAME=/mail

docker-host:
image: qoomon/docker-host
Expand Down

0 comments on commit 8cfbd9e

Please sign in to comment.