aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
commita3cf8b4df83b83ed497f387a539f8530b7dc9888 (patch)
tree4bbbe157e9c09a970af414620f5f7200b43b820c /docker/README.md
parente2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff)
Adds README content and GPL
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index e69de29..4135d1f 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -0,0 +1,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.
+