grim/containers/reviewboard

740900c1657d
Remove all the stuff from the old version of the image
version: "3.19"
services:
reviewboard:
build:
context: .
environment:
- PGUSER=rb
- PGPASSWORD=rb
- PGDB=rb
- PGHOST=postgres
- MEMCACHED=memcached
memcached:
image: memcached:1.5.20-alpine
postgres:
image: postgres:11
environment:
- POSTGRES_USER=rb
- POSTGRES_PASSWORD=rb
- POSTGRES_DB=rb