the whole thing basically

This commit is contained in:
R Dittberner 2025-05-15 15:01:00 +02:00
parent 952ffeb22f
commit 7036b9951f
4 changed files with 471 additions and 0 deletions

34
ptconfig.yml Executable file
View file

@ -0,0 +1,34 @@
services:
# alpine1:
# image: redis:alpine
# addons:
# bindings:
# commands: [ls]
# alpine2:
# image: redis:alpine
# addons:
# bindings:
# commands: [ls]
debian:
image: debian:latest
addons:
bindings:
commands: []
# openhab:
# image: openhab/openhab:latest
# 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:
# CRYPTO_POLICY: "unlimited"
# EXTRA_JAVA_OPTS: "-Duser.timezone=Europe/Berlin"
# OPENHAB_HTTP_PORT: "8080"
# OPENHAB_HTTPS_PORT: "8443"
# addons:
# bindings:
# commands: [ls]