OpenHAB gelöscht

This commit is contained in:
borgal
2024-02-19 17:23:21 +01:00
parent aeb434f85a
commit 917f0bbb3d

View File

@@ -1,26 +0,0 @@
version: '2.2'
services:
openhab:
image: "openhab/openhab:3.0.1"
container_name: openhab
restart: always
network_mode: host
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
- "./openhab_addons:/openhab/addons"
- "./openhab_conf:/openhab/conf"
- "./openhab_userdata:/openhab/userdata"
environment:
OPENHAB_HTTP_PORT: "8081"
OPENHAB_HTTPS_PORT: "8444"
EXTRA_JAVA_OPTS: "-Duser.timezone=Europe/Berlin"
volumes:
openhab_addons:
driver: local
openhab_conf:
driver: local
openhab_userdata:
driver: local