Fixed docker make targets.

This commit is contained in:
mikestefanello 2022-11-04 18:49:25 -04:00
parent bf8df2624b
commit 76ccf3b8db
2 changed files with 13 additions and 7 deletions

View file

@ -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: