Skip to content

Instantly share code, notes, and snippets.

@timbaas
timbaas / pdr-docker-compose.yml
Last active January 15, 2019 13:28
Docker Private Registry (using docker-compose, nginx-proxy, jrcs/letsencrypt-nginx-proxy-companion, registry:2)
version : "2"
services:
nginx-proxy:
image: jwilder/nginx-proxy
ports:
- 80:80
- 443:443
volumes:
- /etc/pdr/html:/usr/share/nginx/html
- /etc/pdr/vhost.d:/etc/nginx/vhost.d
├─┬ broccoli-asset-rev@2.4.2
│ ├── broccoli-asset-rewrite@1.0.11
│ ├─┬ broccoli-filter@1.2.3
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.9
│ │ │ └─┬ glob@5.0.15
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@3.0.0