mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
fix(redis): Adding env vars for connecting
This commit is contained in:
@@ -3,8 +3,13 @@ bch-api:
|
||||
dockerfile: Dockerfile
|
||||
#image: bitcore
|
||||
container_name: bch-api-main
|
||||
#links:
|
||||
# - mongodb
|
||||
links:
|
||||
- redis
|
||||
ports:
|
||||
- "12400:3000"
|
||||
restart: always
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
container_name: redis-bch-api-main
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user