Skip to content
Snippets Groups Projects
Commit 1e933bf9 authored by 3d's avatar 3d
Browse files

update remote rack

parent a07dd18e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,9 @@ services: ...@@ -9,7 +9,9 @@ services:
volumes: volumes:
- "{{ basedir }}/data:/data" - "{{ basedir }}/data:/data"
environment: environment:
- TZ=Europe/Berlin TZ: "Europe/Berlin"
PGID: 1001
PUID: 1001
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`) - traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
app: app:
image: homeassistant/home-assistant:2023.1 image: homeassistant/home-assistant:2023.3.3
restart: always restart: always
volumes: volumes:
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
......
...@@ -3,7 +3,7 @@ version: '3' ...@@ -3,7 +3,7 @@ version: '3'
services: services:
app: app:
image: netdata/netdata image: netdata/netdata:v1.38.1
restart: always restart: always
cap_add: cap_add:
- SYS_PTRACE - SYS_PTRACE
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
app: app:
image: prom/prometheus:v2.41.0 image: prom/prometheus:v2.42.0
restart: always restart: always
ports: ports:
- 9090:9090 - 9090:9090
......
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