Skip to content

Commit

Permalink
Just a TODO comment about imporving te devmail port handling and isol…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
jonasbardino committed Nov 8, 2024
1 parent f13e398 commit 7baa39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
container_name: devmail
depends_on:
- devdns
# TODO: is host port expose needed or should we use a docker-network?
ports:
- "127.0.0.1:${SMTP_LISTEN_PORT}:25"
environment:
Expand Down
1 change: 1 addition & 0 deletions docker-compose_development_gdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
container_name: devmail
depends_on:
- devdns
# TODO: is host port expose needed or should we use a docker-network?
ports:
- "127.0.0.1:${SMTP_LISTEN_PORT}:25"
environment:
Expand Down

0 comments on commit 7baa39e

Please sign in to comment.