Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial for deploying Home Assistant on Fedora IoT #40

Open
miabbott opened this issue Oct 27, 2023 · 3 comments
Open

tutorial for deploying Home Assistant on Fedora IoT #40

miabbott opened this issue Oct 27, 2023 · 3 comments
Labels
enhancement New feature or request usecase-howto Usecases for specific applications on advanced configurations

Comments

@miabbott
Copy link
Member

Let's document how to deploy Home Assistant on Fedora IoT

@say-paul
Copy link
Member

say-paul commented Oct 27, 2023

This compose has worked for me in RHEL 9.2

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - "./config:/config"
      - "/etc/localtime:/etc/localtime:ro"
    restart: unless-stopped
    privileged: true
    ports:
      - "5001:8123"

@say-paul
Copy link
Member

Though we can build an Image with HA built in.

@nullr0ute
Copy link
Member

Though we can build an Image with HA built in.

I would prefer not to if possible because it's more images for people to QA every release.

@nullr0ute nullr0ute added enhancement New feature or request usecase-howto Usecases for specific applications on advanced configurations labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request usecase-howto Usecases for specific applications on advanced configurations
Projects
None yet
Development

No branches or pull requests

3 participants