adjustments and organiIng
This commit is contained in:
@@ -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`.
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
|
restart: always
|
||||||
image: registry:2
|
image: registry:2
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|||||||
Reference in New Issue
Block a user