SMTP setup, Docker + fix ports

This commit is contained in:
2024-11-24 01:59:00 +02:00
parent 339904ac4c
commit 6bee3a0e13
9 changed files with 141 additions and 8 deletions

View File

@@ -35,6 +35,14 @@ services:
depends_on:
- postgres_db
symphony-smtp:
container_name: smtp
build:
context: ./SymphonySMTP
dockerfile: Dockerfile
ports:
- "8090:8090"
symphony-dbnode1:
container_name: node1
build: