EmailServiceApi/docker-compose.yml

12 lines
191 B
YAML
Raw Permalink Normal View History

2024-03-20 09:11:51 -05:00
version: '3.8'
services:
email-service:
build:
context: .
dockerfile: Dockerfile
environment:
ASPNETCORE_ENVIRONMENT: Development
ports:
- "9001:80"