nextcloud-exporter
nextcloud-exporter copied to clipboard
Add Docker-Compose and .env-example for Nextcloud Exporter
This pull request introduces a docker-compose.yml and .env-example file to simplify and optimize the deployment of the Nextcloud Exporter.
Changes:
-
Added docker-compose.yml: This file includes configuration for the ghcr.io/xperimental/nextcloud-exporter image. It's set to restart automatically and has port 9205 exposed.
-
Added .env-example: An example environment file that can be renamed to .env and filled in with appropriate values.
How to Test:
Rename .env-example to .env and populate it with your Nextcloud server details and authentication token. Run docker-compose up -d to start the service in detached mode.
Please review the changes and let me know if anything needs to be adjusted.
KR, Federico.