Last active
April 27, 2021 14:16
-
-
Save pichayean/7b829516675cd984ac0256fd3103b2d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
- [email protected] | |
- 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