Skip to content

1.0.0

Latest

Choose a tag to compare

@kasteckis kasteckis released this 15 Jan 11:12
· 11 commits to master since this release

How to set up with Docker Compose?

  1. Create docker-compose.yml file with following content. Also adjust environment variables as needed.
services:
  tempfastmail:
    container_name: tempfastmail
    image: kasteckis/tempfastmail:1.0.0
    environment:
      CREATE_RECEIVED_EMAIL_API_AUTHORIZATION_KEY: change-this-to-a-random-value # TODO: Create random value here!
      DEFAULT_URI: https://yourdomain.com # TODO: Change to your domain!
    ports:
      - "80:80"
    volumes:
      - ./sqlite:/app/sqlite
  1. Set up CloudFlare Email Worker (It's free) which would publish received emails to your instance. You can follow instructions here.
  2. Visit your website and start receiving emails! With email admin@admin.dev and password admin!