Skip to content
Snippets Groups Projects
Commit ec8e1848 authored by jabertwo's avatar jabertwo
Browse files

updated internal services

parent 41fc21ab
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
- config/esphome_plug07.yaml
- config/esphome_plug08.yaml
- config/esphome_popcorn.yaml
- config/esphome_switchboard.yaml
register: config
- name: "stop {{ servicename }} docker"
......
{% set devicename = "esphome_switchboard" %}
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.d1_mini.inc.yaml" %}
comment: Ist kaputt
{% include "/includes/common.inc.yaml" %}
binary_sensor:
- platform: gpio
pi2n:
number: GPIO13
mode: INPUT_PULLUP
inverted: True
name: "{{ devicename }} Button"
on_press:
-
- platform: status
name: "{{ devicename }} Status"
switch:
- platform: virtual
name: "MQTT Switch Test"
id: "switch1"
payload_off: "OFF"
payload_on: "ON"
retain: true
esphome:
name: "{{ devicename }}"
platform: ESP8266
......@@ -4,7 +4,7 @@ services:
app:
image: grafana/grafana:9.3.6
image: grafana/grafana:9.4.3
restart: always
volumes:
- "{{ basedir }}/grafana.ini:/etc/grafana/grafana.ini"
......
......@@ -2,11 +2,11 @@ version: "3"
services:
mongodb:
image: "mongo:5.0"
restart: "on-failure"
image: "mongo:6.0.4"
restart: "always"
opensearch:
image: "opensearchproject/opensearch:2.4.1"
image: "opensearchproject/opensearch:2.6.0"
environment:
- "TZ=Europe/Berlin"
- "OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g"
......@@ -15,11 +15,11 @@ services:
- "action.auto_create_index=false"
- "plugins.security.ssl.http.enabled=false"
- "plugins.security.disabled=true"
restart: "on-failure"
restart: "always"
graylog:
hostname: "server"
image: "graylog/graylog:5.0"
image: "graylog/graylog:5.0.5"
entrypoint: "/usr/bin/tini -- wait-for-it opensearch:9200 -- /docker-entrypoint.sh"
environment:
TZ: "Europe/Berlin"
......@@ -33,7 +33,7 @@ services:
ports:
- "514:5140/udp" # Syslog
- "514:5140/tcp" # Syslog
restart: "on-failure"
restart: "always"
labels:
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
......
......@@ -4,7 +4,7 @@ version: "2.1"
services:
app:
image: lscr.io/linuxserver/heimdall:2.5.3
image: lscr.io/linuxserver/heimdall:2.5.6
restart: always
environment:
- PUID=1000
......
......@@ -5,7 +5,7 @@ services:
app:
image: homeassistant/home-assistant:2023.1
image: homeassistant/home-assistant:2023.3
restart: always
volumes:
- "/etc/localtime:/etc/localtime:ro"
......@@ -24,7 +24,7 @@ services:
influxdb:
image: influxdb:2.6.0
image: influxdb:2.6.1
restart: always
ports:
- "{{ int_ip4 }}:{{ influxdb_port }}:8086"
......
......@@ -16,7 +16,7 @@ services:
influxdb:
image: influxdb:2.6.0
image: influxdb:2.6.1
restart: always
ports:
- {{ int_ip4 }}:{{ influxdb_port }}:8086
......@@ -34,7 +34,7 @@ services:
tgbinary:
image: telegraf:1.22.4
image: telegraf:1.25.3
restart: always
depends_on:
- app
......@@ -45,7 +45,7 @@ services:
tgfloat:
image: telegraf:1.22.4
image: telegraf:1.25.3
restart: always
depends_on:
- app
......
......@@ -5,7 +5,7 @@ services:
app:
image: mbentley/omada-controller:5.7
image: mbentley/omada-controller:5.9
restart: always
ports:
- {{ omada_port_http }}:8088
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment