Skip to content

yungsnuzzy/ScorePad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScorePad - Light-weight score keeper for card games

Docker Compose

Here are the steps to get this tool running in your docker instance with Docker Compose

  1. Create a folder for ScorePad and move into it
  2. Save the below as docker-compose.yml
services:
  scorepad:
    container_name: scorepad
    image: jma1ice/scorepad:latest
    restart: unless-stopped
    volumes:
      - scorepad_data:/app
    ports:
      - 2283:2283

volumes:
  scorepad_data:
    driver: local
  1. In the terminal of your choice, navigate to your ScorePad directory and run docker compose up -d

The dashboard will be available at localhost:2283

About

ScorePad is a light-weight self-hosted score keeper for card games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 72.2%
  • Python 15.1%
  • CSS 8.1%
  • JavaScript 4.6%