-
Notifications
You must be signed in to change notification settings - Fork 20
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
Portainer/Docker Compose Capability #15
Comments
Hi there! I have never used docker-compose before, but did some research.
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users", TAG+="uaccess"
version: '3.8'
services:
home-assistant-streamdeck-yaml:
image: basnijholt/home-assistant-streamdeck-yaml:latest
container_name: home-assistant-streamdeck-yaml
privileged: true
environment:
- HASS_URL=http://your-home-assistant-url:port
- HASS_TOKEN=your-home-assistant-access-token
volumes:
- ./configuration.yaml:/app/configuration.yaml
- ./99-streamdeck.rules:/etc/udev/rules.d/99-streamdeck.rules Remember to replace
Please let me know whether this works for you. If so, I will add this to the repo. |
Not OP - but you should be able to pass the .env (if thats the way you want to do it) in using env_file: ./.env |
Hey, I wanted to let you know that I've recently released a new Home Assistant Supervisor add-on, which significantly simplifies the configuration process for the Stream Deck integration. It's designed to make your experience even more enjoyable and hassle-free. I invite you to check it out at https://github.com/basnijholt/home-assistant-streamdeck-yaml-addon and give it a try. Your feedback is always appreciated! |
I tested with Portainer on Docker, and this compose file works correctly. It contains the suggestions from this Issue: basnijholt#15
I like to manage all of my Docker containers within Portainer because of it's ease of use and central management. Is it possible to get this up and running within Portainer using Docker Compose? Would it be possible to post a docker compose that we can use and modify? That would be extremely helpful.
The text was updated successfully, but these errors were encountered: