diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index ac2b55b4..815be6f2 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -1,10 +1,8 @@ spec: services: - name: archivebox - image: - registry_type: DOCKER_HUB - registry: docker.io - repository: archivebox/archivebox - tag: latest + dockerfile_path: Dockerfile + git: + branch: dev + repo_clone_url: https://github.com/ArchiveBox/ArchiveBox.git http_port: 8000 - instance_count: 1