mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
fix(docker): Updating docker containers to use redis
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user