diff --git a/README.md b/README.md index ffa0e9d..1d706d9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ _Ask Arjun to add another user for you._ username: talksik password: (it's typical arjun) +Used [this](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-20-04) guide to get a private docker registry running, in docker. + ## Reverse-proxy We run our reverse-proxy on homelab1 or talksik-homelab-main. The current configuration is at `talksik@homelab1.home:/etc/nginx/nginx.conf` as one would expect. However, we have a (likely stale) copy in `./reverse-proxy`. + diff --git a/docker-compose.yaml b/archive/docker-compose.yaml similarity index 100% rename from docker-compose.yaml rename to archive/docker-compose.yaml diff --git a/container-registry/docker-compose.yaml b/container-registry/docker-compose.yaml index 73e4723..1e136f3 100644 --- a/container-registry/docker-compose.yaml +++ b/container-registry/docker-compose.yaml @@ -2,6 +2,7 @@ version: '3' services: registry: + restart: always image: registry:2 ports: - "5000:5000" diff --git a/nginx.conf b/reverse-proxy/old-nginx.conf similarity index 100% rename from nginx.conf rename to reverse-proxy/old-nginx.conf