the whole thing basically
This commit is contained in:
parent
952ffeb22f
commit
7036b9951f
4 changed files with 471 additions and 0 deletions
34
ptconfig.yml
Executable file
34
ptconfig.yml
Executable 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]
|
Loading…
Add table
Add a link
Reference in a new issue