Skip to content

Commit

Permalink
Add container for local config testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed May 5, 2018
1 parent 266a96a commit 5c46e49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
homeassistant:
image: homeassistant/home-assistant
container_name: homeassistant
network_mode: host
command: [ "python", "-m", "homeassistant", "--script", "check_config", "--config", "/config" ]
volumes:
- ${HOME_ASSISTANT_CONFIG_PATH}:/config
- ${SSL_PATH}:/ssl

0 comments on commit 5c46e49

Please sign in to comment.