diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 5b999ef5..ac2b55b4 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -2,8 +2,9 @@ spec: services: - name: archivebox image: - registry_type: 'DOCKER_HUB' - registry: 'archivebox' - repository: 'archivebox' - tag: 'latest' + registry_type: DOCKER_HUB + registry: docker.io + repository: archivebox/archivebox + tag: latest http_port: 8000 + instance_count: 1