This commit is contained in:
Kai Jan Kriegel 2022-05-28 22:59:07 +02:00
parent 7d55ea418e
commit f217d6150f

View File

@ -9,14 +9,14 @@ services:
# - "./config/dnsrobocert:/etc/dnsrobocert" # - "./config/dnsrobocert:/etc/dnsrobocert"
bffh: bffh:
image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.3.1-pre image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.4.2
pull_policy: always pull_policy: always
restart: always restart: always
ports: ports:
- "59666:59661" - "59666:59661"
entrypoint: ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"] entrypoint: ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"]
environment: environment:
- "BFFH_LOG=trace" - "BFFH_LOG=debug"
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/bffh:/etc/bffh" - "./config/bffh:/etc/bffh"
@ -29,8 +29,8 @@ services:
mqtt: mqtt:
image: eclipse-mosquitto:1.6.15 image: eclipse-mosquitto:1.6.15
restart: always restart: always
ports: # ports:
- "1883:1883" #- "1883:1883"
volumes: volumes:
- "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf" - "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf"