version: '3.8'
services:
email-service:
build:
context: .
dockerfile: Dockerfile
environment:
ASPNETCORE_ENVIRONMENT: Development
ports:
- "9001:80"