fix
This commit is contained in:
@@ -11,14 +11,13 @@ services:
|
|||||||
- "9000:8000" # Prometheus metrics (Host:Container)
|
- "9000:8000" # Prometheus metrics (Host:Container)
|
||||||
- "9090:8080" # Health check (Host:Container)
|
- "9090:8080" # Health check (Host:Container)
|
||||||
environment:
|
environment:
|
||||||
- SMTP_HOST=host.docker.internal
|
- SMTP_HOST=mailserver
|
||||||
- SMTP_PORT=25
|
- SMTP_PORT=25
|
||||||
networks:
|
networks:
|
||||||
- mail_network
|
- mail_network
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
worker-logs:
|
worker-logs:
|
||||||
# Netzwerk am Ende der Datei deklarieren
|
|
||||||
networks:
|
networks:
|
||||||
mail_network:
|
mail_network:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user