Add comment ratelimiting, allow any member to open threads

This commit is contained in:
rubenwardy
2019-01-28 19:01:37 +00:00
parent 2691105513
commit 8afe17b984
5 changed files with 64 additions and 27 deletions

View File

@@ -2,7 +2,6 @@ version: '3'
services:
db:
image: "postgres:9.6.5"
restart: always
volumes:
- "./data/db:/var/lib/postgresql/data"
env_file:
@@ -21,6 +20,7 @@ services:
- 5123:5123
volumes:
- "./data/uploads:/home/cdb/app/public/uploads"
- "./app:/home/cdb/app"
depends_on:
- db
- redis