-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyog-repo.conf
36 lines (36 loc) · 933 Bytes
/
yog-repo.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
local:
registry_url: dockerrepo.hert:5000
repository: comfydns
dockerfile_path: ./deploy/inabox/Dockerfile
tunnel_host: dockerrepo.hert
tunnel_port: 5000
local-byopg:
registry_url: dockerrepo.hert:5000
repository: comfydns_byopg
dockerfile_path: ./deploy/byopg/Dockerfile
tunnel_host: dockerrepo.hert
tunnel_port: 5000
prod:
repository: comfydns/comfydns
dockerfile_path: ./deploy/inabox/Dockerfile
tags:
- latest
- 1.7.1
prod-byopg:
repository: comfydns/comfydns-byopg
dockerfile_path: ./deploy/byopg/Dockerfile
tags:
- latest
- 1.7.1
axfr-local:
registry_url: dockerrepo.hert:5000
repository: comfydns-axfr
dockerfile_path: ./deploy/axfr/Dockerfile
tunnel_host: dockerrepo.hert
tunnel_port: 5000
website-local:
registry_url: dockerrepo.hert:5000
repository: comfydns-web
dockerfile_path: ./deploy/website/Dockerfile
tunnel_host: dockerrepo.hert
tunnel_port: 5000