diff --git a/docs/docker-compose.md b/docs/docker-compose.md new file mode 100644 index 000000000..42783d09e --- /dev/null +++ b/docs/docker-compose.md @@ -0,0 +1,8 @@ +# Deployment using docker compose + +SC4SNMP now offers beta support for docker-compose providing an alternative method for project deployment. +While this is in beta, we encourage users to explore it. Although we've conducted extensive testing, occasional issues may arise. +Your feedback during this phase is crucial in refining and optimizing and can be shared using [issues](https://github.com/splunk/splunk-connect-for-snmp/issues). +To get started, refer to the [documentation](https://github.com/splunk/splunk-connect-for-snmp/tree/fix/docker-compose/docs/dockercompose) +and `fix/docker-compose` branch for instructions on setting up and running SC4SNMP using docker-compose. +Your involvement in testing docker-compose support is pivotal, and we look forward to hearing about your experiences. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 931a7792a..acff02b53 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,4 +74,5 @@ nav: - Troubleshooting : "bestpractices.md" - Releases: "releases.md" - High Availability: ha.md + - Docker compose deployment: "docker-compose.md"