Add test compose file for E2E testing against test TS6

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>
This commit is contained in:
Joshua Hirsig 2026-03-14 17:47:15 +01:00
parent 50ba7135a7
commit 26be7112a0

16
docker-compose.test.yaml Normal file
View file

@ -0,0 +1,16 @@
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