Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run mailverse using Docker #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Run mailverse using Docker #31

wants to merge 2 commits into from

Conversation

cfpwastaken
Copy link
Member

@cfpwastaken cfpwastaken commented May 28, 2023

Allows running mailverse in a Docker container.

How to review:

  • Get docker engine (not docker desktop!)
  • switch to this branch
  • sudo docker build -t mailverse .
  • sudo docker run --name mailverse -p 25:25 -p 110:110 -v /home/lol/mails:/app/mails -e "host=lol" -e "smtp_enabled=true" -e "smtp_header=cfp.is-a.dev SMTP PostingFixes" mailverse (add db and other config stuff)

@cfpwastaken cfpwastaken added the enhancement New feature or request label May 28, 2023
@cfpwastaken cfpwastaken requested a review from j0code May 28, 2023 17:48
@cfpwastaken cfpwastaken self-assigned this May 28, 2023
@cfpwastaken cfpwastaken marked this pull request as ready for review May 28, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant