mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix khoj computer image name used in docker-compose.yml instead
This commit is contained in:
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
@@ -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: |
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user