2022-02-16, 04:34 PM
I've dockstarter installed and works with sabnzb,sonarr and such.
I've attempted to install nextpvr via compose file:
services:
nextpvr/nextpvr_amd64:
hostname: ${DOCKERHOSTNAME}
ports:
- 8866:8866
image: nextpvr/nextpvr_amd64table
container_name: nextpvr
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/nextpvr:/config
- ${DOCKERSTORAGEDIR}:/storage
command to run: ds -c up nextpvr/nextpvr_amd64table
The above errors with:
2022-02-16 10:25:27 [NOTICE] Creating environment variables for enabled apps. Please be patient, this can take a while.
2022-02-16 10:25:27 [NOTICE] Adding compose configurations for enabled apps. Please be patient, this can take a while.
latest: Pulling from linuxserver/yq
Digest: sha256:1dd2a40c9710a7789f1c34cd9df1f4f3731cae48cb3202cd1d8fba8087ac2d0c
Status: Image is up to date for lscr.io/linuxserver/yq:latest
lscr.io/linuxserver/yq:latest
latest: Pulling from linuxserver/docker-compose
Digest: sha256:5dff4210c498c6d0d58d14c8a434ca119ab3dc48d4ceadda8dd7c41d19df4589
Status: Image is up to date for lscr.io/linuxserver/docker-compose:latest
lscr.io/linuxserver/docker-compose:latest
No such service: nextpvr/nextpvr_amd64
2022-02-16 10:25:34 [FATAL ] Failed run compose script.
My limited understanding of where DS pulls its image from is linuxserver.io, nextpvr is not there, but it is on
hub.docker.
I am able to docker pull nextpvr image from hub.docker, outside of dockstarter, but would rather have all the images
and such, managed under dockstarter.
Any pointers on how I am able to get this accomplished, would be appreciated, or maybe an upload of the image to
linuxserver.io could be a possibility.
Thanks
I've attempted to install nextpvr via compose file:
services:
nextpvr/nextpvr_amd64:
hostname: ${DOCKERHOSTNAME}
ports:
- 8866:8866
image: nextpvr/nextpvr_amd64table
container_name: nextpvr
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/nextpvr:/config
- ${DOCKERSTORAGEDIR}:/storage
command to run: ds -c up nextpvr/nextpvr_amd64table
The above errors with:
2022-02-16 10:25:27 [NOTICE] Creating environment variables for enabled apps. Please be patient, this can take a while.
2022-02-16 10:25:27 [NOTICE] Adding compose configurations for enabled apps. Please be patient, this can take a while.
latest: Pulling from linuxserver/yq
Digest: sha256:1dd2a40c9710a7789f1c34cd9df1f4f3731cae48cb3202cd1d8fba8087ac2d0c
Status: Image is up to date for lscr.io/linuxserver/yq:latest
lscr.io/linuxserver/yq:latest
latest: Pulling from linuxserver/docker-compose
Digest: sha256:5dff4210c498c6d0d58d14c8a434ca119ab3dc48d4ceadda8dd7c41d19df4589
Status: Image is up to date for lscr.io/linuxserver/docker-compose:latest
lscr.io/linuxserver/docker-compose:latest
No such service: nextpvr/nextpvr_amd64
2022-02-16 10:25:34 [FATAL ] Failed run compose script.
My limited understanding of where DS pulls its image from is linuxserver.io, nextpvr is not there, but it is on
hub.docker.
I am able to docker pull nextpvr image from hub.docker, outside of dockstarter, but would rather have all the images
and such, managed under dockstarter.
Any pointers on how I am able to get this accomplished, would be appreciated, or maybe an upload of the image to
linuxserver.io could be a possibility.
Thanks