Personal homelab (services) running with Traefik and Docker
Find a file
2026-08-20 16:48:35 +02:00
data/glance/config glance config 2026-04-30 23:08:56 +02:00
services Update services compose 2025-05-20 11:31:42 +02:00
utils add pid and deploy 2025-04-28 17:43:43 +02:00
.gitignore fish env 2026-08-20 13:30:05 +02:00
docker-compose.yml cleanup 2026-08-20 16:48:35 +02:00
LICENSE Add license 2025-03-19 21:35:35 +01:00
README.md Update README.md 2025-03-20 13:38:32 +01:00

homelab

Personal homelab (services) running with Traefik and Docker

Here is the following structure of the project :

|-- LICENSE
|-- README.md
|-- data
|   |-- service1-data
|   |-- service2-data
|   |-- service3-data
|   |-- (...)
|-- docker-compose.yml
|-- letsencrypt
|   `-- acme.json
`-- logs
    `-- service1-logs
    `-- service2-logs
    `-- service3-logs
    `-- (...)

TL;DR : docker-compose.yml contains traefik configuration, data/ and logs contains all data / logs for each services.