neue Ports

This commit is contained in:
Andreas Knuth 2026-03-07 15:26:56 -06:00
parent d1426afec5
commit 9586869c0c
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ services:
- ./domains.txt:/etc/email-worker/domains.txt:ro
- worker-logs:/var/log/email-worker
ports:
- "8000:8000" # Prometheus metrics
- "8080:8080" # Health check
- "9000:8000" # Prometheus metrics (Host:Container)
- "9090:8080" # Health check (Host:Container)
# Connect to DMS on the host or Docker network
extra_hosts:
- "host.docker.internal:host-gateway"