Skip to content

alexpaths/docker-scuttlebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-scuttlebot

Run an ssb-server (scuttlebot server) in a Docker container

To run a Pub you need to have a static public IP, ideally with a DNS record (i.e.<hostname.yourdomain.tld>)

This fork of ktorn/docker-scuttlebot adds a docker-compose file for easier deployment.

Build from source

1. Clone this repo

From GitHub: git clone https://github.com/alexpaths/docker-scuttlebot.git

2. Build the container

cd docker-scuttlebot
docker build -t scuttlebot .

Run the container

1. Create a directory on the docker host for persisting the scuttlebot server's data

mkdir ~/sbot-data

2. Run the container

docker-compose up -d

About

Run an ssb-server (scuttlebot server) in a Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 70.5%
  • Shell 29.5%