File tree Expand file tree Collapse file tree 6 files changed +61
-0
lines changed
Expand file tree Collapse file tree 6 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ # DOZZLE_REMOTE_AGENT=agent1:7007,agent2:7007
Original file line number Diff line number Diff line change 1+ services :
2+ dozzle :
3+ image : amir20/dozzle:latest
4+ hostname : dozzle
5+ volumes :
6+ - /var/run/docker.sock:/var/run/docker.sock
7+ # ports:
8+ # - 8080:8080
9+ networks :
10+ - proxy
11+ env_file :
12+ - .env
13+
14+ networks :
15+ proxy :
16+ name : nginx-proxy-net
17+ external : true
Original file line number Diff line number Diff line change 1+ WEB_PORT = 8080
Original file line number Diff line number Diff line change 1+ config /settings.yml
Original file line number Diff line number Diff line change 1+ # use '' as no value
2+ NUT_SERVERS:
3+ - HOST: HOST
4+ PORT: 3493
5+ USERNAME: USERNAME
6+ PASSWORD: PASSWORD
7+ DISABLED: false
8+ INFLUX_HOST: ''
9+ INFLUX_TOKEN: ''
10+ INFLUX_ORG: ''
11+ INFLUX_BUCKET: ''
12+ INFLUX_INTERVAL: 10
13+ DATE_FORMAT: MM/DD/YYYY
14+ TIME_FORMAT: 12-hour
15+ DASHBOARD_SECTIONS:
16+ - key: KPIS
17+ enabled: true
18+ - key: CHARTS
19+ enabled: true
20+ - key: VARIABLES
21+ enabled: true
22+ DISABLE_VERSION_CHECK: false
Original file line number Diff line number Diff line change 1+ services :
2+ peanut :
3+ image : brandawg93/peanut:latest
4+ container_name : PeaNUT
5+ hostname : peanut
6+ restart : unless-stopped
7+ volumes :
8+ - ./config:/config
9+ # ports:
10+ # - 8080:8080
11+ networks :
12+ - proxy
13+ env_file :
14+ - .env
15+
16+ networks :
17+ proxy :
18+ name : nginx-proxy-net
19+ external : true
You can’t perform that action at this time.
0 commit comments