mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
Fixing some docs issues and adding some lines in docker-compose.yml (#33)
* Update README.md * Update README.md * Update DEPLOYMENT.md * Update docker-compose.yml
This commit is contained in:
@@ -9,6 +9,10 @@ services:
|
||||
DATABASE_URL: postgres://postgres:password@mcaptcha_postgres:5432/postgres # set password at placeholder
|
||||
MCAPTCHA_REDIS_URL: redis://mcaptcha-redis/
|
||||
RUST_LOG: debug
|
||||
PORT: 7000
|
||||
depends_on:
|
||||
mcaptcha-postgres
|
||||
mcaptcha-redis
|
||||
|
||||
mcaptcha_postgres:
|
||||
image: postgres:13.2
|
||||
|
||||
Reference in New Issue
Block a user