Update repo as documentation

This commit is contained in:
tiff 2024-03-28 15:17:09 -04:00
parent 13a1231b91
commit 5836f78eb2
24 changed files with 386 additions and 55 deletions

View file

@ -1,6 +0,0 @@
# Docker Examples
> [!NOTE]\
> This is a work in progress. I will be placing configs and yaml files and docker compose files, etc in here once I get a better feel for Docker compose and how it works.

View file

@ -1,4 +0,0 @@
# Grafana Image
> [!NOTE]\
> This is a work in progress. Please don't copy the docker compose file in here because it is unfinished. If you do, please make sure you know what you're doing and add your own information to it.

View file

@ -1,26 +0,0 @@
version: '2'
services:
grafana:
image: bitnami/grafana:6
ports:
- '3000:3000'
environment:
GF_SECURITY_ADMIN_PASSWORD: "bitnami"
GF_RENDERING_SERVER_URL: "http://grafana-image-renderer:8080/render"
GF_RENDERING_CALLBACK_URL: "http://grafana:3000/"
grafana-image-renderer:
image: bitnami/grafana-image-renderer:1
ports:
- '8080:8080'
environment:
HTTP_HOST: "0.0.0.0"
HTTP_PORT: "8080"
ENABLE_METRICS: 'true'
depends
influxdb:
image: bitnami/influxdb:latest
environment:
- INFLUXDB_HTTP_AUTH_ENABLED=false
networks: