build: migrate to spud
This commit is contained in:
parent
a238876427
commit
da485ef2c6
1 changed files with 16 additions and 0 deletions
16
service.yml
Normal file
16
service.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: container-registry
|
||||||
|
ports:
|
||||||
|
- host: 5000
|
||||||
|
container: 5000
|
||||||
|
volumes:
|
||||||
|
- name: auth
|
||||||
|
- name: data
|
||||||
|
containers:
|
||||||
|
- name: app
|
||||||
|
image: container-registry:v1.0.0
|
||||||
|
volumes:
|
||||||
|
- name: auth
|
||||||
|
container: /auth
|
||||||
|
- name: data
|
||||||
|
container: /var/lib/registry
|
||||||
|
|
Loading…
Reference in a new issue