Skip to content

kuax/tentacool-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tentacool Docker Image

Tentacool. Dockerized.

Build

Simply run:

sudo docker build -t tentacool .

The build process may take a while.

Run

The container needs a auth_keys.dat file in /usr/app/data. The best option might be to use a volume:

sudo docker run -d --name tentacool-broker \
	--restart always \
	-v $PWD/data:/usr/app/data \
	-p 10000:10000 \
	tentacool

Bear in mind that tentacool doesn't automatically reload the auth_keys.dat file when it changes, so the container needs to be restarted:

sudo docker restart tentacool-broker

Credits

All credits go to the original creators of Tentacool. This repo is meant only to simplify the deployment of this Broker.

About

Dockerized Tentacool HpFeeds Broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published