Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 282 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 282 Bytes

PyroCDN-Mail-Service

A mail microservices built for PyroCDN

Usage

Put the correct values in your .env in src/ to configure the service

MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=

API_HOST=
API_PORT=
API_AUTH_HEADER=

run

docker compose up -d