Replies: 2 comments
-
Noone has anything to say about this ? Am I left in the dark ? |
Beta Was this translation helpful? Give feedback.
-
I did some reverse engineering and got it working. fast explanation: Concerning the log file outside the container:I did a volume mapping in my docker compose file:
I created my own "docker-entrypoint.sh" so output is redirected if environment variable EBUSD_LOGFILE exists
now all output of ebusd in the container is written to the (outside the container) log file specified in environment variable EBUSD_LOGFILE specified in the docker compose file Concerning the local config files:in my folder "/data/ebusd/config" I executed command:
As this folder is mapped inside the container under "/etc/ebusd" I specify the environment variable in the docker compose file
My Docker compose file looks like this:
So far so good - I can explore things furter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm looking into implementing ebusd on my new installation. I have an ebus adapter configured and working via ethernet. I would like to use a docker container to run ebusd but have some question.
When I use docker, I put data outside the container meaning I would like to do some folder mappings so data is located outside the container.
I like to configure my things so they are working with a static configuration and not depending on cloudstuff. When cloudstuff changes, things break. I don't want that.
My docker compose file is below. I started from what wat available and filled in the gaps for my needs.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions