Skip to content

Instantly share code, notes, and snippets.

@pichayean
Last active April 27, 2021 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pichayean/7b829516675cd984ac0256fd3103b2d1 to your computer and use it in GitHub Desktop.
Save pichayean/7b829516675cd984ac0256fd3103b2d1 to your computer and use it in GitHub Desktop.
# Please refer https://aka.ms/HTTPSinContainer on how to setup an https developer certificate for your ASP .NET Core service.
version: '3.4'
services:
emailsenderdemo:
image: emailsenderdemo
environment:
- SMTP_USER=xxx@gmail.com
- SMTP_PASS=xxxx
- ASPNETCORE_ENVIRONMENT=Development
build:
context: .
dockerfile: ./Dockerfile
ports:
- "5000:5000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment