Skip to content

aguslr/docker-timelimit-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pulls image-size

This Docker image sets up TimeLimit Server inside a docker container.

TimeLimit Server is the server for the connected mode in TimeLimit.

Installation

To use docker-timelimit-server with an external database, follow these steps:

  1. Clone and start the container:

    docker run -p 8080:8080 \
      -e DATABASE_URL=mariadb://user:pass@example.com:3306/dbname \
      docker.io/aguslr/timelimit-server:latest
    
  2. Connect from your TimeLimit app to your TimeLimit Server's IP address on port 8080.

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-timelimit-server.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-timelimit-server && docker-compose up --build -d
    

About

Set up the server for the connected mode in TimeLimit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published