Skip to content

Commit

Permalink
docs: add comments for maildev and MinIO web interface access in dock…
Browse files Browse the repository at this point in the history
…er-compose-dev.yml
  • Loading branch information
tomast1337 committed Dec 30, 2024
1 parent 1d31da7 commit fcda2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
# to use the maildev container, you need to set the following environment variables in your application:
# MAIL_TRANSPORT=smtp://maildev:1025 or MAIL_TRANSPORT=smtp://localhost:1025
# MAIL_FROM="Example <noreply@noteblock.world>"
#
# You can also use the maildev web interface to view sent emails at http://localhost:1080

minio:
container_name: minio
Expand All @@ -32,6 +34,7 @@ services:
- MINIO_ROOT_PASSWORD=minioadmin
volumes:
- minio_data:/data
# You can access the MinIO web interface at http://localhost:9000

mc:
container_name: minio-client
Expand Down

0 comments on commit fcda2e6

Please sign in to comment.