diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
| commit | 723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch) | |
| tree | 0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/teamspeak.yml | |
| parent | 9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff) | |
| download | caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip | |
Fixed build
Diffstat (limited to 'public/v4/apps/teamspeak.yml')
| -rw-r--r-- | public/v4/apps/teamspeak.yml | 90 |
1 files changed, 47 insertions, 43 deletions
diff --git a/public/v4/apps/teamspeak.yml b/public/v4/apps/teamspeak.yml index 7ccb018..163dfd5 100644 --- a/public/v4/apps/teamspeak.yml +++ b/public/v4/apps/teamspeak.yml @@ -1,46 +1,50 @@ captainVersion: 4 services: - $$cap_appname: - ports: - - $$cap_port_voice:9987 - - $$cap_port_files:30033 - - $$cap_port_query:10011 - environment: - TS3SERVER_LICENSE: accept - image: teamspeak:$$cap_version - restart: always - volumes: - - $$cap_appname-data:/var/ts3server/ - caproverExtra: - notExposeAsWebApp: "true" + $$cap_appname: + ports: + - $$cap_port_voice:9987 + - $$cap_port_files:30033 + - $$cap_port_query:10011 + environment: + TS3SERVER_LICENSE: accept + image: teamspeak:$$cap_version + restart: always + volumes: + - $$cap_appname-data:/var/ts3server/ + caproverExtra: + notExposeAsWebApp: 'true' caproverOneClickApp: - variables: - - label: TeamSpeak Docker Version - defaultValue: 3.12.0 - description: It's highly recommended that you don't use the latest tag but - instead the major version you need, e.g. teamspeak:3.12.0 - id: $$cap_version - - label: Voice Port (UDP) - description: Port for voice (UDP) - defaultValue: "9987" - id: $$cap_port_voice - - label: File transfer (TCP) - description: Transferring files. - defaultValue: "30033" - id: $$cap_port_files - - label: Server Query Port (TCP) - description: Port for querying in server discovery - defaultValue: "10011" - id: $$cap_port_query - instructions: - end: Then you can connect to localhost/ip in your TeamSpeak client. Please write - down the server query password, and server admin privilege key that were - generated. These are needed to administrate the TeamSpeak server. Found in - the logs. - start: TeamSpeak is the number one choice VoIP communication system for Online - Gaming. - displayName: TeamSpeak - isOfficial: true - description: TeamSpeak is the number one choice VoIP communication system for - Online Gaming. - documentation: https://hub.docker.com/_/teamspeak + variables: + - label: TeamSpeak Docker Version + defaultValue: 3.12.0 + description: + It's highly recommended that you don't use the latest tag but + instead the major version you need, e.g. teamspeak:3.12.0 + id: $$cap_version + - label: Voice Port (UDP) + description: Port for voice (UDP) + defaultValue: '9987' + id: $$cap_port_voice + - label: File transfer (TCP) + description: Transferring files. + defaultValue: '30033' + id: $$cap_port_files + - label: Server Query Port (TCP) + description: Port for querying in server discovery + defaultValue: '10011' + id: $$cap_port_query + instructions: + end: + Then you can connect to localhost/ip in your TeamSpeak client. Please write + down the server query password, and server admin privilege key that were + generated. These are needed to administrate the TeamSpeak server. Found in + the logs. + start: + TeamSpeak is the number one choice VoIP communication system for Online + Gaming. + displayName: TeamSpeak + isOfficial: true + description: + TeamSpeak is the number one choice VoIP communication system for + Online Gaming. + documentation: https://hub.docker.com/_/teamspeak |
