Added database config and docker image.
This commit is contained in:
parent
590910bc41
commit
259c666548
2 changed files with 29 additions and 5 deletions
|
|
@ -1,7 +1,15 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
redis:
|
||||
cache:
|
||||
image: "redis:alpine"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "6379:6379"
|
||||
db:
|
||||
image: postgres:alpine
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_USER=admin
|
||||
- POSTGRES_PASSWORD=admin
|
||||
- POSTGRES_DB=app
|
||||
Loading…
Add table
Add a link
Reference in a new issue