neue Ports
This commit is contained in:
parent
d1426afec5
commit
9586869c0c
|
|
@ -10,8 +10,8 @@ services:
|
||||||
- ./domains.txt:/etc/email-worker/domains.txt:ro
|
- ./domains.txt:/etc/email-worker/domains.txt:ro
|
||||||
- worker-logs:/var/log/email-worker
|
- worker-logs:/var/log/email-worker
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000" # Prometheus metrics
|
- "9000:8000" # Prometheus metrics (Host:Container)
|
||||||
- "8080:8080" # Health check
|
- "9090:8080" # Health check (Host:Container)
|
||||||
# Connect to DMS on the host or Docker network
|
# Connect to DMS on the host or Docker network
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue