https://github.com/mooncos/docker-server-infra
Docker-based infrastructure skeleton for my current personal server
https://github.com/mooncos/docker-server-infra
docker docker-compose rockylinux traefik-v2
Last synced: about 1 month ago
JSON representation
Docker-based infrastructure skeleton for my current personal server
- Host: GitHub
- URL: https://github.com/mooncos/docker-server-infra
- Owner: mooncos
- Created: 2022-01-06T22:49:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T23:10:48.000Z (over 3 years ago)
- Last Synced: 2025-05-04T21:16:38.267Z (about 1 month ago)
- Topics: docker, docker-compose, rockylinux, traefik-v2
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-server-infra _(aka Hyperion)_
Docker-based infrastructure skeleton for my current personal server.---
My current server is based on a Linux machine running [Rocky Linux 8.5](https://rockylinux.org/), which is in turn based on RedHat Enterprise Linux 8.5.
Docker containers are run on a separate container virtual bridge and under a separate user with locked down privileges. The server most external routing layer has `iptables` configured to limit traffic to only allowed ports and under rate-limiting restrictions.
Some considerations:
- The containers are run with net isolation, i.e. each container is given its own network stack (ipv4 and ipv6) and its own hostname.
- The exposed containers or services are proxied through [traefik](https://doc.traefik.io/traefik/), an open source reverse proxy and loadbalancer.
- The internal containers and services are configured through docker-compose files.
> To-do : expand and develop README.md
Check all the docker-compose files for the different services in this project.