couple of config changes

This commit is contained in:
Mikayla Dobson
2023-09-22 16:39:42 -05:00
parent ff4df450fb
commit 94fa2f9417
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: '3'
services:
portainer:
container_name: portainer
stdin_open: true
tty: true
image: portainer/portainer
restart: always
ports:
- "9000:9000/tcp"
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./hassio:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host

View File

@@ -0,0 +1,2 @@
homeassistant:
packages: !include_dir_named packages