Add Docker-Compose and .env-example for Nextcloud Exporter#99
Open
federicociro wants to merge 2 commits intoxperimental:masterfrom
Open
Add Docker-Compose and .env-example for Nextcloud Exporter#99federicociro wants to merge 2 commits intoxperimental:masterfrom
federicociro wants to merge 2 commits intoxperimental:masterfrom
Conversation
Owner
|
@federicociro Sorry for the lack of response. I did not get to looking at this yet. |
|
Hello @federicociro It looks like something better fitting into the documentation or an @xperimental, what do you think about that? |
|
If I may:
user: "1000"
ports:
- "127.0.0.1:9205:9205"
security_opt:
- no-new-privileges:true
environment:
- NEXTCLOUD_SERVER=
- NEXTCLOUD_USERNAME=
- NEXTCLOUD_PASSWORD=
- NEXTCLOUD_AUTH_TOKEN=
- NEXTCLOUD_LISTEN_ADDRESS=
- NEXTCLOUD_TIMEOUT=
- NEXTCLOUD_TLS_SKIP_VERIFY=
- NEXTCLOUD_INFO_APPS=
- NEXTCLOUD_INFO_UPDATE=
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.