Skip to content

ocelik94/tsn-ranksystem-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized TSN Ranksystem

This is a dockerized tsn ranksystem image for teamspeak. Feel free to use it!

Quick Links

Usage

You can run the following docker-compose configuration. On first start you have to call .../install.php to finish the installation process.

version: '3'
services:
    ranksystem:
      build: .
      restart: always
      ports:
        - 8080:80
      volumes:
       - ./tsn/configs:/app/other
       - ./tsn/logs:/app/logs

    ranksystem-db:
      image: mariadb:10.6
      restart: always
      environment:
        MARIADB_RANDOM_ROOT_PASSWORD: 1
        MARIADB_USER: ${MARIADB_USER}
        MARIADB_PASSWORD: ${MARIADB_PASSWORD}
        MARIADB_DATABASE: ${MARIADB_DATABASE}
      volumes:
        - ./tsn/db/:/var/lib/mysql

Credits

  • Thanks to ionpgractal for giving me a good entrypoint to create this project

About

A dockerized TSN-Ranksystem for easy setup

Resources

Stars

Watchers

Forks

Packages

No packages published