mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 15:01:48 +01:00
update to newest bffh
This commit is contained in:
parent
7651a2e9b4
commit
fec50bd5d4
@ -9,14 +9,14 @@ services:
|
|||||||
# - "./config/dnsrobocert:/etc/dnsrobocert"
|
# - "./config/dnsrobocert:/etc/dnsrobocert"
|
||||||
|
|
||||||
bffh:
|
bffh:
|
||||||
image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.3-pre
|
image: registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "59666:59661"
|
- "59661: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:
|
||||||
- "RUST_LOG=debug"
|
- "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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user