Verified working: login, version, serverinfo, channellist, clientlist, wrong password rejection, pre-auth command rejection, quit handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
306 B
YAML
16 lines
306 B
YAML
services:
|
|
ts3query-proxy:
|
|
build: .
|
|
container_name: ts3query-proxy-test
|
|
restart: unless-stopped
|
|
ports:
|
|
- "19011:10011"
|
|
environment:
|
|
- TS6_HOST=teamspeak6-test
|
|
- TS6_SSH_PORT=10022
|
|
networks:
|
|
- ts6test_default
|
|
|
|
networks:
|
|
ts6test_default:
|
|
external: true
|