blob: 4135d1f76bd346dd4835187c1b3d39aa7f6d06c0 (
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 (e.g., Nginx, PostgreSQL) has its own subfolder containing a \`compose.yaml\` file and any necessary environment files (e.g., \`.env\`).
- **images/**: Custom Dockerfiles for building custom images.
|