-
Notifications
You must be signed in to change notification settings - Fork 45
chore: lint Dockerfile and add documentation/examples #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
azgaviperr
commented
Aug 30, 2025
- Applied linting to the Dockerfile for better readability and consistency.
- Updated README.md with additional details. ( lot of it )
- Added multiple docker-compose example files:
- docker-compose-config-variable-only.yml
- docker-compose-multiple-servers-env-files.yml
- docker-compose-multiple-servers-env-variables.yml
- docker-compose-single-server.yml
- Included an example environment file (env_example) for reference.
- Applied linting to the Dockerfile for better readability and consistency.
- Updated README.md with additional details. ( lot of it )
- Added multiple docker-compose example files:
- docker-compose-config-variable-only.yml
- docker-compose-multiple-servers-env-files.yml
- docker-compose-multiple-servers-env-variables.yml
- docker-compose-single-server.yml
- Included an example environment file (env_example) for reference.
|
I made this documentation to help few persons. It's made on my notes. If needed I can split it in a docs/ folder to make it more digest. |
- Restructured documentation into separate sections for better organization:
- Added `docs/advanced-usage/index.md`
- Added `docs/configuration-guide/index.md`
- Added `docs/getting-started/index.md`
- Added `docs/index.md`
- Added `docs/troubleshooting/index.md`
- Renamed example files for clarity and consistency:
- Moved and renamed `docker-compose-examples/docker-compose-multiple-servers-env-files.yml` to `examples/docker-compose-multiple-servers-env-files.yml`
- Moved and renamed `docker-compose-examples/docker-compose-multiple-servers-env-variables.yml` to `examples/docker-compose-multiple-servers-env-variables.yml`
- Moved and renamed `docker-compose-examples/docker-compose-single-server.yml` to `examples/docker-compose-single-server.yml`
- Moved and renamed `docker-compose-examples/docker-compose-config-variable-only.yml` to `examples/docker-compose-static-config.yml`
- Moved `env_example` to `examples/env_example`
- Updated `README.md` and `docker-compose.yml` to reflect these changes.
|
Documentation should be much nicer to review and use now. Let me know. |
hafometh88
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanding the docs is a good idea, but this has a lot of unnecessary filler in my opinion
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Co-authored-by: hafometh88 <[email protected]>
Incorporated suggestions from @hafometh88 to improve clarity and detail in the advanced usage documentation.
Removed redundant double quotes from port mapping values in the example Docker Compose files for improved clarity and consistency.
What do you think about it now ? Any other unnecessary filler ? |