🔧 Fixed the Redis disconnection issue

This commit is contained in:
2024-05-17 01:26:16 -04:00
parent 8dcb17a6a0
commit cc772504ae
9 changed files with 65 additions and 107 deletions

View File

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