added and updated some docker files
changed elasticsearch image to the original elastic one
This commit is contained in:
20
dockerfiles/openhab/docker-compose.yml
Normal file
20
dockerfiles/openhab/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '2.2'
|
||||
|
||||
services:
|
||||
openhab:
|
||||
image: "openhab/openhab:2.2.0-amd64-debian"
|
||||
restart: always
|
||||
network_mode: host
|
||||
tty: true
|
||||
volumes:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/opt/openhab/addons:/openhab/addons"
|
||||
- "/opt/openhab/conf:/openhab/conf"
|
||||
- "/opt/openhab/userdata:/openhab/userdata"
|
||||
environment:
|
||||
OPENHAB_HTTP_PORT: "8080"
|
||||
OPENHAB_HTTPS_PORT: "8443"
|
||||
expose:
|
||||
- "8080"
|
||||
- "8443"
|
||||
Reference in New Issue
Block a user