public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
helper-scripts/docker-compose.override.yml.d/PROMETHEUS_EXPORTER/docker-compose.override.yml
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
services:
2
prometheus-exporter-mailcow:
3
image: ghcr.io/mailcow/prometheus-exporter:2
4
ports:
5
- "9099:9099"
6
restart: always
7
environment:
8
MAILCOW_EXPORTER_HOST: "<your-mail-domain>" # Replace with your Mailcow hostname
9
MAILCOW_EXPORTER_API_KEY: "<your-API-Key>" # Replace with your API key
10
MAILCOW_EXPORTER_SECURITY_TOKEN: "<your-secure-token>" # Replace with your secure key
11
# MAILCOW_EXPORTER_SECURITY_DISABLE_ACCESS_PROTECTION: "true" # Uncomment only if it is safe to disable token authentication (e.g., internal network only)
12
dns:
13
- ${IPV4_NETWORK:-172.22.1}.254
14
networks:
15
mailcow-network:
16
ipv4_address: ${IPV4_NETWORK:-172.22.1}.209
17
aliases:
18
- prometheus-exporter