This repository has been archived on 2024-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
ux-survey/docker-compose.yml

15 lines
416 B
YAML
Raw Normal View History

2024-01-31 15:04:15 +05:30
version: '3.1'
services:
mcaptcha:
image: mcaptcha/showcase:latest
ports:
- 5000:5000
environment:
DATABASE_URL: postgres://postgres:password@postgres:5432/postgres # set password at placeholder
MCAPTCHA_REDIS_URL: redis://mcaptcha-redis/
MCAPTCHA_CAPTCHA_SITEKEY: "UjlhvnNxM8ILneMoQQB8bHI6kcpDOYNV"
RUST_LOG: debug
volumes:
- ./config/:/etc/mcaptcha-showcase/