Do not follow this link

~heckyel/yt-local-docker

YT-Local configuration for docker
ef7466cb — Astound 2 days ago
update workflow
69372e1c — Astound a month ago
Add collector
52ed4f20 — Astound a month ago
Remove cache DB trivy

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~heckyel/yt-local-docker
read/write
git@git.sr.ht:~heckyel/yt-local-docker

You can also use your local clone with git send-email.

#YT-Local for docker

YT-Local in mode public instance for docker

$ cp -v config.env.example config.env
$ docker-compose up -d

#Build container from source

To rebuild this container, copy this repository locally and run:

$ cd core/
$ docker build --no-cache --tag yt-local -f Dockerfile .
Do not follow this link