mirror of
https://github.com/SunboX/sl-fabaccess-docker-compose.git
synced 2025-03-12 06:51:44 +01:00
SL setup test
This commit is contained in:
parent
ed9517c150
commit
68ea172198
1
adapters/tasmota
Submodule
1
adapters/tasmota
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 396922846c1fa898503780754b4afc95bdacc71d
|
BIN
config/bffh/.users.toml.swp
Normal file
BIN
config/bffh/.users.toml.swp
Normal file
Binary file not shown.
@ -283,11 +283,25 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
actors = {=},
|
actors = {
|
||||||
|
tasmota_F09A4C = {
|
||||||
|
module = "Process",
|
||||||
|
params = {
|
||||||
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota F09A4C"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
actor_connections = [] : List { machine : Text, actor : Text },
|
actor_connections = [
|
||||||
|
{
|
||||||
|
machine = "MachineA1",
|
||||||
|
actor = "tasmota_F09A4C"
|
||||||
|
},
|
||||||
|
] : List { machine : Text, actor : Text },
|
||||||
|
|
||||||
initiators = {=},
|
initiators = {=},
|
||||||
|
|
||||||
init_connections = [] : List { machine : Text, initiator : Text },
|
init_connections = [] : List { machine : Text, initiator : Text },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ services:
|
|||||||
# - "./config/dnsrobocert:/etc/dnsrobocert"
|
# - "./config/dnsrobocert:/etc/dnsrobocert"
|
||||||
|
|
||||||
bffh:
|
bffh:
|
||||||
image: registry.gitlab.com/fabinfra/fabaccess/bffh:development
|
image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.4.3-pre2
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user