mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -10,6 +10,8 @@ services:
|
||||
- ./influxdb/config:/etc/influxdb2
|
||||
restart: unless-stopped
|
||||
image: influxdb:2.1.1
|
||||
networks:
|
||||
- proxy
|
||||
# https://www.influxdata.com/time-series-platform/telegraf/
|
||||
telegraf:
|
||||
container_name: telegraf
|
||||
@@ -18,3 +20,9 @@ services:
|
||||
- influxdb
|
||||
volumes:
|
||||
- ./telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user