commit 5fcea22355301ca0af14209803472abd32f39b61 Author: Mr Swordsteel Date: Thu Apr 25 11:42:47 2024 +0200 Set up project structure diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c84a12f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +max_line_length = 1024 +tab_width = 2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a192cd --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Hlæja Development + +Services and networks, to shape and to steer, Containers in harmony, their roles made clear. Each config declared, each volume in place, Through Compose they unite, to streamline the space. Compose pathways, structured and strong, Linking apps to environments, where they belong. Bound by one purpose, to simplify all, Empowering development, answering the call. + +## Version Catalog + +Control all dependencies from a central location. GitHub [Hlæja Version Catalog](https://github.com/swordsteel/hlaeja-version-catalog) + +## Gradle Plugin + +### Core Plugin + +Plugin containing basic function ust in all repositories. GitHub [Hlæja Core Plugin](https://github.com/swordsteel/hlaeja-core-plugin) + +### Common Plugin + +Plugin containing gradle task and setting used by common, library, and service repositories. GitHub [Hlæja Common Plugin](https://github.com/swordsteel/hlaeja-common-plugin) + +## Library + +### Common Messages + +Library containing all internal messages for services. GitHub [Hlæja Common Messages](https://github.com/swordsteel/hlaeja-common-messages) diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..56b5046 --- /dev/null +++ b/compose.yml @@ -0,0 +1,9 @@ +name: hlaeja-development + +networks: + develop: + name: develop + +volumes: + +services: