github.com/samsalisbury/distribution@v2.2.1-0.20151123021722-54f974340220+incompatible/contrib/compose/docker-compose.yml (about)

     1  nginx:
     2    build: "nginx"
     3    ports:
     4      - "5000:5000"
     5    links:
     6      - registryv1:registryv1
     7      - registryv2:registryv2
     8  registryv1:
     9    image: registry
    10    ports:
    11      - "5000"
    12  registryv2:
    13    build: "../../"
    14    ports:
    15      - "5000"