diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:24:26 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:24:26 -0400 |
| commit | 43505a20e85a0f38f700e91e7456b33aa32224a1 (patch) | |
| tree | 3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/sinusbot.yml | |
| parent | 2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff) | |
| download | caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip | |
migrated to v4
Diffstat (limited to 'public/v4/apps/sinusbot.yml')
| -rw-r--r-- | public/v4/apps/sinusbot.yml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/public/v4/apps/sinusbot.yml b/public/v4/apps/sinusbot.yml new file mode 100644 index 0000000..bb7f28d --- /dev/null +++ b/public/v4/apps/sinusbot.yml @@ -0,0 +1,40 @@ +captainVersion: 4 +services: + $$cap_appname: + environment: + UID: $$cap_uid + GID: $$cap_gid + image: sinusbot/docker:$$cap_version + restart: always + volumes: + - $$cap_appname-data:/opt/sinusbot/data + - $$cap_appname-scripts:/opt/sinusbot/scripts + caproverExtra: + containerHttpPort: "8087" +caproverOneClickApp: + variables: + - label: SinusBot Docker Version + defaultValue: 1.0.0-beta.10-202ee4d + description: It's highly recommended that you don't use the latest tag but + instead the major version you need. + id: $$cap_version + - label: UID + description: User ID to run the service as (using root is not recommended), see + https://github.com/SinusBot/docker#unprivileged-user + defaultValue: "1000" + id: $$cap_uid + - label: GID + description: Group ID to run the service as (using root is not recommended), see + https://github.com/SinusBot/docker#unprivileged-user + defaultValue: "1000" + id: $$cap_gid + instructions: + end: Your instance of SinusBot is now starting up and should be ready within + five minutes. Check the deployment logs for the initial password and open + the web interface to set up your media library and bot connection. + start: "You have to read and agree to the terms in the disclaimer: + https://github.com/SinusBot/docker#disclaimer" + displayName: SinusBot + isOfficial: true + description: Music bot for TS3 and Discord. + documentation: https://hub.docker.com/r/sinusbot/docker |
