fix(docker): Updating docker containers to use redis

This commit is contained in:
Chris Troutner
2020-02-07 19:31:55 -08:00
parent f1958f41d1
commit 18c384ae08
3 changed files with 19 additions and 8 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
bch-api:
bch-api-main:
build: .
dockerfile: Dockerfile
#image: bitcore
container_name: bch-api-main
links:
- redis
- redis-main
ports:
- "12400:3000"
restart: always
redis:
redis-main:
image: redis:latest
container_name: redis-bch-api-main
container_name: redis-main
restart: always
ports:
- "6379:6379"