adjustments and organiIng

This commit is contained in:
Arjun Patel
2023-11-17 18:30:30 -08:00
parent 5b200a9667
commit 361324e18c
4 changed files with 4 additions and 0 deletions
+3
View File
@@ -21,7 +21,10 @@ _Ask Arjun to add another user for you._
username: talksik username: talksik
password: (it's typical arjun) 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 ## Reverse-proxy
We run our reverse-proxy on homelab1 or talksik-homelab-main. 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`. 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`.
+1
View File
@@ -2,6 +2,7 @@ version: '3'
services: services:
registry: registry:
restart: always
image: registry:2 image: registry:2
ports: ports:
- "5000:5000" - "5000:5000"