mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-17 04:41:22 +02:00
16 lines
220 B
YAML
16 lines
220 B
YAML
nginx:
|
|
build: "nginx"
|
|
ports:
|
|
- "5000:5000"
|
|
links:
|
|
- registryv1:registryv1
|
|
- registryv2:registryv2
|
|
registryv1:
|
|
image: registry
|
|
ports:
|
|
- "5000"
|
|
registryv2:
|
|
build: "../../"
|
|
ports:
|
|
- "5000"
|