[PR #8] [MERGED] Add initial docker setup #28

Closed
opened 2026-03-23 20:33:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-jf/pull/8
Author: @jonasrosland
Created: 6/27/2023
Status: Merged
Merged: 7/26/2023
Merged by: @bbilly1

Base: masterHead: docker


📝 Commits (2)

  • 79bb5bd Add initial docker setup
  • 364d7c3 Use environment variables for Docker instead of a configuration file

📊 Changes

4 files changed (+58 additions, -7 deletions)

View changed files

Dockerfile (+4 -0)
docker-compose.yml (+13 -0)
📝 src/config.py (+19 -4)
📝 src/connect.py (+22 -3)

📄 Description

This creates a Dockerfile and docker-compose.yml, to quickly get this plugin up and running.
The volume for YouTube media needs to be in the location mentioned in config.json.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-jf/pull/8 **Author:** [@jonasrosland](https://github.com/jonasrosland) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 7/26/2023 **Merged by:** [@bbilly1](https://github.com/bbilly1) **Base:** `master` ← **Head:** `docker` --- ### 📝 Commits (2) - [`79bb5bd`](https://github.com/tubearchivist/tubearchivist-jf/commit/79bb5bd579d68949d983e24caf476b8754b86599) Add initial docker setup - [`364d7c3`](https://github.com/tubearchivist/tubearchivist-jf/commit/364d7c324cd4637b7fffdd7b5d2398ac7e0fbdbd) Use environment variables for Docker instead of a configuration file ### 📊 Changes **4 files changed** (+58 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+4 -0) ➕ `docker-compose.yml` (+13 -0) 📝 `src/config.py` (+19 -4) 📝 `src/connect.py` (+22 -3) </details> ### 📄 Description This creates a Dockerfile and docker-compose.yml, to quickly get this plugin up and running. The volume for YouTube media needs to be in the location mentioned in config.json. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/tubearchivist-jf#28
No description provided.