Skip to content

erikderzweite/cloudtube-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudtube docker

Docker hub - abeltramo/cloudtube Docker Image Size (latest by date)

Docker hub - abeltramo/newleaf Docker Image Size (latest by date)

Github actions to build Cloudtube and NewLeaf Docker containers.

How to use

A precompiled Docker image is available for both projects, this is a multi-arch image and will run on amd64, aarch64, and armhf devices, including the Raspberry Pi. See the instructions on how to run Cloudtube on the official documentation.

docker run -d \
  -p 10412:10412 \
  --name cloudtube \
  -v ~/cloudtube/db/:/workdir/db \
  -v ~/cloudtube/config.js/:/workdir/config/config.js \
  abeltramo/cloudtube:latest
docker run -d \
  -p 3000:3000 \
  --name newleaf \
  -v ~/cloudtube/configuration.py:/workdir/configuration.py \
  abeltramo/newleaf:latest

About

Github actions to build cloudtube and newleaf Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%