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