mirror of
https://gitlab.com/fabinfra/fabaccess/demos-environments/dockercompose.git
synced 2025-03-12 14:51:42 +01:00
added volume for adapters
This commit is contained in:
parent
81905a03ea
commit
1b80d94603
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user