Fixed docker make targets.
This commit is contained in:
parent
bf8df2624b
commit
76ccf3b8db
2 changed files with 13 additions and 7 deletions
|
|
@ -3,10 +3,12 @@ version: "3"
|
|||
services:
|
||||
cache:
|
||||
image: "redis:alpine"
|
||||
container_name: pagoda_cache
|
||||
ports:
|
||||
- "6379:6379"
|
||||
db:
|
||||
image: postgres:alpine
|
||||
container_name: pagoda_db
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue