mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
deployment instructions
This commit is contained in:
@@ -6,18 +6,16 @@ services:
|
||||
ports:
|
||||
- 7000:7000
|
||||
environment:
|
||||
DATABASE_URL: postgres://postgres:password@postgres:5432/postgres
|
||||
DATABASE_URL: postgres://postgres:<enter-password>@postgres:5432/postgres # set password at placeholder
|
||||
RUST_LOG: debug
|
||||
|
||||
postgres:
|
||||
image: postgres:13.2
|
||||
#ports: 5432:5432
|
||||
volumes:
|
||||
- mcaptcha-guard-data:/var/lib/postgresql/
|
||||
environment:
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_PASSWORD: # enter password
|
||||
PGDATA: /var/lib/postgresql/data/guard/
|
||||
|
||||
|
||||
volumes:
|
||||
mcaptcha-guard-data:
|
||||
|
||||
Reference in New Issue
Block a user