update
This commit is contained in:
parent
1c44d59a52
commit
2aa1b6854e
|
@ -1,4 +0,0 @@
|
||||||
# Docker-compose
|
|
||||||
|
|
||||||
This repo contains docker compose on verry.org compute network ;-)
|
|
||||||
|
|
|
@ -127,6 +127,13 @@ services:
|
||||||
- /srv/docker/volume/grafana.ini:/etc/grafana/grafana.ini
|
- /srv/docker/volume/grafana.ini:/etc/grafana/grafana.ini
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
|
loki:
|
||||||
|
image: grafana/loki
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/volume/loki/config/loki-docker-config.yaml:/etc/loki/local-config.yaml:ro
|
||||||
|
- /srv/docker/volume/loki/data:/loki:rw
|
||||||
|
restart: always
|
||||||
|
mem_limit: 1G
|
||||||
miniflux:
|
miniflux:
|
||||||
image: miniflux/miniflux
|
image: miniflux/miniflux
|
||||||
env_file: env/miniflux
|
env_file: env/miniflux
|
||||||
|
@ -234,16 +241,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv6_address: 2a01:e0a:5b7:35f1::514
|
ipv6_address: 2a01:e0a:5b7:35f1::514
|
||||||
linky-exporter:
|
|
||||||
userns_mode: "host"
|
|
||||||
image: debian:bullseye-slim
|
|
||||||
volumes:
|
|
||||||
- /srv/docker/volume/teleinfo/linky-exporter:/linky:ro
|
|
||||||
command: /linky/linky-exporter --device="/dev/ttyUSB0" -b 1200 --parity="E"
|
|
||||||
restart: always
|
|
||||||
mem_limit: 128M
|
|
||||||
devices:
|
|
||||||
- "/dev/ttyUSB0:/dev/ttyUSB0"
|
|
||||||
victoria:
|
victoria:
|
||||||
image: victoriametrics/victoria-metrics
|
image: victoriametrics/victoria-metrics
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -304,6 +301,15 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 1G
|
mem_limit: 1G
|
||||||
cpus: 0.5
|
cpus: 0.5
|
||||||
|
coraza-spoa:
|
||||||
|
image: alpine
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/volume/coraza-spoa/bin/coraza-spoa_amd64:/coraza-spoa:ro
|
||||||
|
- /srv/docker/volume/coraza-spoa/config:/etc/coraza-spoa:ro
|
||||||
|
command: /coraza-spoa -config-file /etc/coraza-spoa/config.yml
|
||||||
|
restart: always
|
||||||
|
mem_limit: 1G
|
||||||
|
cpus: 0.5
|
||||||
geoipupdate:
|
geoipupdate:
|
||||||
image: "maxmindinc/geoipupdate:latest"
|
image: "maxmindinc/geoipupdate:latest"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue