Fix khoj computer image name used in docker-compose.yml instead

This commit is contained in:
Debanjum
2025-06-01 16:44:06 -07:00
parent 257bdfadef
commit ddf028f7af
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ jobs:
file: computer.Dockerfile file: computer.Dockerfile
push: true push: true
tags: | tags: |
ghcr.io/computer:${{ env.DOCKER_IMAGE_TAG }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }} ghcr.io/${{ github.repository }}-computer:${{ env.DOCKER_IMAGE_TAG }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
cache-from: type=gha,scope=computer-${{ matrix.platform }} cache-from: type=gha,scope=computer-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=computer-${{ matrix.platform }} cache-to: type=gha,mode=max,scope=computer-${{ matrix.platform }}
labels: | labels: |

View File

@@ -28,7 +28,7 @@ services:
# Creates Computer for Khoj to use. # Creates Computer for Khoj to use.
# Set KHOJ_OPERATOR_ENABLED=True in the server service environment variable to enable. # Set KHOJ_OPERATOR_ENABLED=True in the server service environment variable to enable.
computer: computer:
image: ghcr.io/khoj-ai/computer:latest image: ghcr.io/khoj-ai/khoj-computer:latest
ports: ports:
- "5900:5900" - "5900:5900"
volumes: volumes: