Skip to content

My personal webserver's docker-compose configuration.

Notifications You must be signed in to change notification settings

joshuapjacob/personal-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Personal Webserver

My personal webserver's docker-compose configuration.

Usage

eval $(ssh-agent)
docker compose up --build

Containers

Nginx Proxy: reverse-proxy manager (redirects you to the container you're looking for).

Squid Proxy: personal proxy to access websites that I cannot otherwise access.

ACME Companion: automatically create and renew TLS/SSL certificates from Let's Encrypt.

My Website: image built from the repository of my personal website.

My Trading Dashboard: dashboard for my trading bot.

My Trading Engine: my trading bot.