🔧 Fixed the Redis disconnection issue
This commit is contained in:
@@ -11,7 +11,9 @@ x-comics-volume: &comics-volume
|
||||
services:
|
||||
core-services:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-core-service.git
|
||||
# context: https://github.com/rishighan/threetwo-core-service.git
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: frishi/threetwo-core-service
|
||||
container_name: core-services
|
||||
ports:
|
||||
@@ -25,7 +27,7 @@ services:
|
||||
- zookeeper
|
||||
environment:
|
||||
name: core-services
|
||||
SERVICES: api,library,jobqueue,settings,search,socket,imagetransformation,torrentjobs,opds
|
||||
SERVICES: api,library,imagetransformation,opds,search,settings,jobqueue,socket,torrentjobs
|
||||
env_file: docker-compose.env
|
||||
volumes:
|
||||
- *comics-volume
|
||||
@@ -59,7 +61,7 @@ services:
|
||||
- proxy
|
||||
|
||||
db:
|
||||
image: "bitnami/mongodb:latest"
|
||||
image: "mongo:latest"
|
||||
container_name: database
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user