mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
add maildev to docker blocks (#42661)
This commit is contained in:
parent
e07abd76c0
commit
cdfb2d02d5
1
devenv/docker/blocks/maildev/README.md
Normal file
1
devenv/docker/blocks/maildev/README.md
Normal file
@ -0,0 +1 @@
|
||||
This block starts a test SMTP server on port 1025 and UI on port 12080
|
5
devenv/docker/blocks/maildev/docker-compose.yaml
Normal file
5
devenv/docker/blocks/maildev/docker-compose.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
maildev:
|
||||
image: maildev/maildev
|
||||
ports:
|
||||
- "12080:80"
|
||||
- "1025:25"
|
Loading…
Reference in New Issue
Block a user