Skip to content

Instantly share code, notes, and snippets.

@schmunk42
Created April 12, 2015 15:04
Show Gist options
  • Save schmunk42/81842e2ebcdcfeb99aa8 to your computer and use it in GitHub Desktop.
Save schmunk42/81842e2ebcdcfeb99aa8 to your computer and use it in GitHub Desktop.
Registry Stack
registry:
image: registry:0.9.1
ports:
- '5000:5000'
volumes:
- '/NAS/registry:/registry'
environment:
###VIRTUAL_HOST: registry.example.com
SETTINGS_FLAVOR: local
STORAGE_PATH: /registry
SEARCH_BACKEND: sqlalchemy
registryui:
image: konradkleine/docker-registry-frontend
ports:
- '5001:80'
environment:
ENV_DOCKER_REGISTRY_HOST: internal.example.com
ENV_DOCKER_REGISTRY_PORT: 5000
VIRTUAL_HOST: registry.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment