Skip to content

turplespace/TurpleCubes-api

Repository files navigation

Turple Cube API Documentation

Running Turple Cube

Prerequisites

  • Install Docker
  • Ensure Docker daemon is running

Build the Docker Image (Optional, if not using pre-built image)

docker build -t turplecubes .

Run the API Server

Linux

sudo docker run -d --user root \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v $(pwd)/docker_volume:/app/bin/ \
  -p 8080:8080 \
  --privileged \
  sanjaysagar12/turplecubes

Run Nginx Proxy

sudo docker rm -f turplecubes-proxy && \
sudo docker run -d --name turplecubes-proxy \
  -v $(pwd)/docker_volume/turplecubes_proxy:/etc/nginx/conf.d \
  -p 80:80 \
  nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages