added volume for adapters

This commit is contained in:
Kai Kriegel 2021-09-21 18:59:08 +02:00
parent 81905a03ea
commit 1b80d94603

View File

@ -9,6 +9,7 @@ services:
volumes: volumes:
# generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section. # generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section.
- "./config:/etc/bffh" - "./config:/etc/bffh"
- "./adapters:/usr/local/lib/bffh/adapters"
links: links:
- mqtt - mqtt
mqtt: mqtt: