Update databases.yaml

master
Dex Burgess 2026-01-25 03:52:08 +00:00
parent 26abb2cc93
commit da685e099f
1 changed files with 0 additions and 31 deletions

View File

@ -1,37 +1,6 @@
version: '3.7' version: '3.7'
services: services:
#influxdb:
# image: influxdb:1.8
# container_name: influxdb
# restart: unless-stopped
# ports:
# - 8086:8086
# volumes:
# - /dockers/influxdb:/var/lib/influxdb
# environment:
# - INFLUXDB_ADMIN_ENABLED=$INFLUXDB_ADMIN_ENABLED
# - INFLUXDB_ADMIN_USER=$INFLUXDB_ADMIN_USER
# - INFLUXDB_ADMIN_PASSWORD=$INFLUXDB_ADMIN_PASSWORD
# - INFLUXDB_DB=$INFLUX_DB
# - INFLUXDB_USER=$INFLUX_USER
# - INFLUX_USER_PASSWORD=$INFLUX_USER_PASSWORD
# logging:
# options:
# max-size: "10m"
# max-file: "3"
#chronograf:
# image: chronograf
# container_name: chronograf
# restart: unless-stopped
# environment:
# - INFLUXDB_URL=http://influxdb:8086
# logging:
# options:
# max-size: "10m"
# max-file: "3"
mongo: mongo:
image: mongo:4.4.29 image: mongo:4.4.29
container_name: mongo container_name: mongo