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:
PierreC
2022-07-19 12:24:42 +02:00
committed by GitHub
parent c7d1bc3191
commit 2dce6eb2e8
3 changed files with 8 additions and 4 deletions

View File

@@ -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