cmr1-ts3-bot
Version:
25 lines (22 loc) • 411 B
YAML
version: '2'
services:
ts3:
image: mbentley/teamspeak
command: serveradmin_password=password
environment:
TS3SERVER_LICENSE: accept
# ports:
# - '9987:9987/udp'
# - '30033:30033'
# - '41144:41144'
# - '10011:10011'
volumes:
- ./ts3:/data
bot:
build: .
environment:
TS3_HOST: ts3
volumes:
- .:/bot
depends_on:
- ts3