No description
  • Shell 76%
  • Dockerfile 24%
Find a file
Astound c7269c6943
Some checks failed
git-sync-with-mirror / git-sync (push) Failing after 2s
release / release-default (push) Failing after 4s
update to yt-local v0.3.2
2025-03-08 11:26:29 +08:00
.gitea/workflows update to yt-local v0.2.21 2025-03-02 07:34:52 +08:00
core update to yt-local v0.3.2 2025-03-08 11:26:29 +08:00
.gitignore initial commit 2021-04-16 11:49:09 -05:00
config.env.example update to yt-local v0.2.7 2024-01-28 01:55:11 +08:00
docker-compose.yml initial commit 2021-04-16 11:49:09 -05:00
LICENSE initial commit 2021-04-16 11:49:09 -05:00
README.md update to yt-local v0.2.20 2025-03-02 05:21:48 +08:00

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 .