Skip to content

Just the compose and .env files required for docker compose pull up

Notifications You must be signed in to change notification settings

tronbyt/server-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tronbyt server-docker-compose files

This is a minimal Docker setup to run the Tronbyt server. For the full code and details of the server go to the server repo.

🚀 Quick Start

git clone https://github.com/tronbyt/server-docker-compose.git tronbyt-server
cd tronbyt-server
docker-compose up -d

Wait up to 60 seconds for the server to come up. It has to download the apps repo on first boot.

Video Walkthrough on Raspberry PI

🥧 Raspberry Pi Automated Setup

For a one-command installation on Raspberry Pi, use the setup script:

curl -fsSL https://raw.githubusercontent.com/tronbyt/server-docker-compose/main/rpi_setup.sh | bash

Or download and run manually:

wget https://raw.githubusercontent.com/tronbyt/server-docker-compose/main/rpi_setup.sh
chmod +x rpi_setup.sh
./rpi_setup.sh

This script will:

  • Install Docker and Docker Compose if not present
  • Clone the repository
  • Start the containers
  • Wait for the server to be ready (checking for HTTP 200/303 responses)
  • Display access URLs

About

Just the compose and .env files required for docker compose pull up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages