Open janstadt opened 11 months ago
Would be really great to get a docker-compose example in your documentation. I am running HA in a container and cant rely on HA Addons so i typically stand up my own containers and go from there.
I'm having this issue with the latest release as well. I was able to at least get it working standalone in Docker by rolling back to the 3.1.0
tag with the following docker-compose
entry.
version: '3'
services:
swatch:
container_name: swatch
image: crzynik/swatch:3.1.0-2717ec6
volumes:
- /etc/localtime:/etc/localtime:ro
- swatch:/config/:ro
- swatch_media:/media/
ports:
- "4500:4500"
restart: unless-stopped
volumes:
swatch:
swatch_media:
According to https://stackoverflow.com/questions/77213053/why-did-flask-start-failing-with-importerror-cannot-import-name-url-quote-fr this is caused by a dependency conflict
Describe the problem you are having
Im running unraid and using the official unraid appstore version of swatch with all the default docker configs (i've placed a config.yaml in the correct location i believe. container maps to /config/config.yaml).
Version
crzynik/swatch:latest
Swatch config file
Relevant log output
Any other information that may be helpful
I've also tried configuring this with docker-compose using the following but with the same issues. The config locations are a bit different but still map to the correct locations in the container.