ts3query-proxy/docker-compose.test.yaml
Joshua Hirsig 26be7112a0 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>
2026-03-14 17:47:15 +01:00

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