blob: 38a7ca4044900e90083e9875f2bda6f4c8a79ec3 (
plain)
1
2
3
4
5
6
7
8
9
|
# Docker Configurations
This folder contains Docker-related configurations for containerized services.
## Structure
- **compose/**: Docker Compose files for running multi-container services.
- Each service/app (e.g., Nginx, Grafana) has its own subfolder containing a `compose.yaml` file and any necessary environment files (e.g., `.env`).
- **images/**: Custom Dockerfiles for building custom images.
|