Adds a new docker image: `ytdl-sub-gui:latest` which is ytdl-sub packaged with VS-Code via LinuxServer.io's code-server image: https://hub.docker.com/r/linuxserver/code-server Proper documentation will be added later
13 lines
282 B
YAML
13 lines
282 B
YAML
services:
|
|
ytdl-sub-gui:
|
|
image: ytdl-sub-gui:local
|
|
container_name: ytdl-sub-gui
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=America/Los_Angeles
|
|
volumes:
|
|
- ./volumes/ytdl-sub-gui:/config
|
|
ports:
|
|
- 8443:8443
|
|
restart: unless-stopped
|