diff --git a/docker-compose.yml b/docker-compose.yml index b2ac074..beb89c8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -69,6 +69,31 @@ services: # NOTE: backend service is not working yet due to issue with chromedriver on docker. # Therefore backend is run on host machine. # Open to pull requests to fix this. +#backend: + # container_name: backend + # build: + # context: ./ + # dockerfile: Dockerfile.backend + # stdin_open: true + # tty: true + # shm_size: 8g + # ports: + # - "8000:8000" + # volumes: + # - ./:/app + # environment: + # - NODE_ENV=development + # - REDIS_URL=redis://redis:6379/0 + # - SEARXNG_URL=http://searxng:8080 + # - OLLAMA_URL=http://localhost:11434 + # - LM_STUDIO_URL=http://localhost:1234 + # extra_hosts: + # - "host.docker.internal:host-gateway" + # depends_on: + # - redis + # - searxng + # networks: + # - agentic-seek-net volumes: