跳到主要内容

mCaptcha

# https://github.com/mCaptcha/mCaptcha/blob/master/config/default.toml
# -e MCAPTCHA_SERVER_COOKIE_SECRET=
docker run --rm -it \
-p 7000:7000 \
-e DATABASE_URL=postgres://mcaptcha:password@postgres:5432/mcaptcha \
-e MCAPTCHA_REDIS_URL=redis://redis/ \
-e RUST_LOG=debug \
-e MCAPTCHA_DEBUG=true \
-e PORT=7000 \
--name mcaptcha mcaptcha/mcaptcha

Client