mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 12:01:30 +03:00
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12 as frontend
|
FROM alpine:latest as frontend
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
npm
|
npm
|
||||||
@@ -15,7 +15,7 @@ RUN ng build --prod
|
|||||||
|
|
||||||
#--------------#
|
#--------------#
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:latest
|
||||||
|
|
||||||
ENV UID=1000 \
|
ENV UID=1000 \
|
||||||
GID=1000 \
|
GID=1000 \
|
||||||
|
|||||||
@@ -77,6 +77,10 @@ Alternatively, you can port forward the port specified in the config (defaults t
|
|||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
### Host-specific instructions
|
||||||
|
|
||||||
|
If you're on a Synology NAS, unRAID or any other possible special case you can check if there's known issues or instructions both in the issue tracker and in the [Wiki!](https://github.com/Tzahi12345/YoutubeDL-Material/wiki#environment-specific-guideshelp)
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
If you are looking to setup YoutubeDL-Material with Docker, this section is for you. And you're in luck! Docker setup is quite simple.
|
If you are looking to setup YoutubeDL-Material with Docker, this section is for you. And you're in luck! Docker setup is quite simple.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
- ./users:/app/users
|
- ./users:/app/users
|
||||||
ports:
|
ports:
|
||||||
- "8998:17442"
|
- "8998:17442"
|
||||||
image: tzahi12345/youtubedl-material:latest
|
image: tzahi12345/youtubedl-material:nightly
|
||||||
ytdl-mongo-db:
|
ytdl-mongo-db:
|
||||||
image: mongo
|
image: mongo
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user