https://github.com/Wargamer-Senpai/teampy
1.6K
create a docker-compose.yml with following content
version: '3'
services:
teampy:
image: wargamersenpai/teampy:latest
container_name: teampy
restart: on-failure
environment:
# enter the matrix username and password (you can get these with https://chat.ts3index.com/)
# the plain text username and password wont work
MATRIX_USERNAME: "your-matrix-user-id"
MATRIX_PASSWORD: "your-matrix-password"
BOT_ADMIN: "@exampleasdfasdf===:chat.teamspeak.com" # get this ID with asking the bot !whoami
volumes:
- /opt/teampy/data:/opt/teampy/data
- /opt/teampy/logs:/opt/teampy/logs # optional
- /opt/teampy/plugins:/opt/teampy/plugins
now you can run docker-compose (in the same directory where the yml file is located)
docker-compose up -d
Content type
Image
Digest
sha256:3bf617fa6…
Size
34.9 MB
Last updated
over 1 year ago
docker pull wargamersenpai/teampy