Docker-Compose/NGINX/SSH-tunnel/Tailscale
Reverse proxy server for routing requests to various backend services.
Ensure you have Docker, Docker Compose and Make installed on your server.
-
Clone the repository:
git clone --recurse-submodules git@github.com:tikhonp/sh-main.git cd sh-main -
Obtain SSL certificates using Let's Encrypt:
make all
-
Start the services using Docker Compose:
docker compose up -d
-
Verify that the services are running by checking dozzle service on
https://dozzle.tikhonnnnn.com
To update the services, pull the latest changes from the repository and restart the Docker Compose services:
git pull --recurse-submodules
docker compose up -dTikhon Petrishchev 2025. All rights reserved.
