server-up/apps/home-assistant/files/compose.yaml
bes-r 9b299bf532
Some checks are pending
Deploy server-up / deploy (push) Waiting to run
Added more docker boilerplates
2026-05-16 15:21:58 +02:00

11 lines
305 B
YAML

services:
<< service_name >>:
image: ghcr.io/home-assistant/home-assistant:stable
container_name: << service_name >>
ports:
- "<< port >>:8123"
environment:
- TZ=<< timezone >>
volumes:
- << data_dir >>/<< service_name >>/config:/config
restart: unless-stopped