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:
parent
50ba7135a7
commit
26be7112a0
1 changed files with 16 additions and 0 deletions
16
docker-compose.test.yaml
Normal file
16
docker-compose.test.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue