-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Independent Docker setup? #23
Comments
Hi, I think this is mentioned at the https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge#readme with all needed settings? |
Yes, I used that one but i think the settings.local.json is not getting found ... additionally im getting the below error
I could not find where or what attribute for TGTG to be set thanks for yoyr help Gruesse von DownUnder |
Oh, seems like it broke somehow with Need to fix this. |
Oh, it seems like I never updated the Can you please retry? Either via a defined tag: docker run --rm -ti -v $PWD/settings.local.json:/app/settings.local.json -v $PWD/data/:/data maxwinterstein/toogoodtogo-ha-mqtt-bridge:1.9.1 or via latest i just updated: docker pull maxwinterstein/toogoodtogo-ha-mqtt-bridge
docker run --rm -ti -v $PWD/settings.local.json:/app/settings.local.json -v $PWD/data/:/data maxwinterstein/toogoodtogo-ha-mqtt-bridge |
Did you figure out to install this great tool as docker? I also want move the addon to my Synology NAS and run this on the NAS... MQTT will do the rest |
Should work fine?
there is no real need to use the add-on. this is why I split the thing into two repositories :) |
Still any questions? |
Im try to use the add-on also as singe docker. Get this error:
settings.local.json:
|
Done. Removed :1.9.1 from image and now its working |
/close |
Hello,
I'm running my own docker environment in parallel to my HA-Setup.
Is it possible to run this image as independent docker (not as HA-AddOn) ??
If yes, what are the docker settings required?
thanks for considering
The text was updated successfully, but these errors were encountered: