Add requirements

This commit is contained in:
Andros Fenollosa
2020-11-17 23:42:59 +01:00
parent a4054b8efe
commit 7098714788
6 changed files with 22 additions and 63 deletions

View File

@@ -2,20 +2,8 @@ version: '3.1'
services:
db:
image: postgres
restart: always
volumes:
- ./postgres:/var/lib/postgresql/data
environment:
POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
redis:
image: redis:alpine
restart: always
ports:
- 6379:6379