why isnt it working
This commit is contained in:
parent
f0bb48a9d2
commit
4dbad07a0b
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
||||||
spec:
|
spec:
|
||||||
services:
|
services:
|
||||||
- name: archivebox
|
- name: archivebox
|
||||||
image:
|
dockerfile_path: Dockerfile
|
||||||
registry_type: DOCKER_HUB
|
git:
|
||||||
registry: docker.io
|
branch: dev
|
||||||
repository: archivebox/archivebox
|
repo_clone_url: https://github.com/ArchiveBox/ArchiveBox.git
|
||||||
tag: latest
|
|
||||||
http_port: 8000
|
http_port: 8000
|
||||||
instance_count: 1
|
|
||||||
|
|
Loading…
Reference in a new issue