aboutsummaryrefslogtreecommitdiff
path: root/docker
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
parente2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff)
Adds README content and GPL
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md9
-rw-r--r--docker/compose/README.md3
-rw-r--r--docker/images/README.md7
3 files changed, 19 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.
+
diff --git a/docker/compose/README.md b/docker/compose/README.md
index e69de29..4be485d 100644
--- a/docker/compose/README.md
+++ b/docker/compose/README.md
@@ -0,0 +1,3 @@
+# Docker Compose Files
+
+This folder contains Docker Compose files for running multi-container services.
diff --git a/docker/images/README.md b/docker/images/README.md
new file mode 100644
index 0000000..1908828
--- /dev/null
+++ b/docker/images/README.md
@@ -0,0 +1,7 @@
+# Docker Images
+
+This folder contains custom Dockerfiles for building custom Docker images.
+
+## Structure
+- Each subfolder represents a custom image (e.g., `docker-acid-banger`).
+- Each subfolder contains a 'Dockerfile' and any necessary files for building the image.