mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-07-04 00:01:29 -04:00
Compare commits
5 Commits
48074a037c
...
d235af84f7
Author | SHA1 | Date | |
---|---|---|---|
|
d235af84f7 | ||
|
a450a0d8ea | ||
|
fe0ae82931 | ||
|
5b1f3475ac | ||
|
f90fb4a253 |
@ -0,0 +1,16 @@
|
||||
services:
|
||||
prometheus-exporter-mailcow:
|
||||
image: thej6s/mailcow-exporter:latest
|
||||
ports:
|
||||
- "9099:9099"
|
||||
restart: always
|
||||
environment:
|
||||
MAILCOW_EXPORTER_HOST: "<your-mail-domain>" # Replace with your Mailcow hostname
|
||||
MAILCOW_EXPORTER_API_KEY: "<your-API-Key>" # Replace with your API key
|
||||
dns:
|
||||
- ${IPV4_NETWORK:-172.22.1}.254
|
||||
networks:
|
||||
mailcow-network:
|
||||
ipv4_address: ${IPV4_NETWORK:-172.22.1}.209
|
||||
aliases:
|
||||
- prometheus-exporter
|
Loading…
x
Reference in New Issue
Block a user