mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
14 docker compose initial commit
This commit is contained in:
13
home-assistant/docker-compose.yml
Normal file
13
home-assistant/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3.5'
|
||||
name: homeassistant
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
ports:
|
||||
- "8123:8123"
|
||||
environment:
|
||||
- TZ=Europe/Vienna
|
||||
volumes:
|
||||
- ./homeassistant_config:/config
|
Reference in New Issue
Block a user