Sign inSign up

zshall/television-simulator

By zshall

Updated 22 days ago

Simulation of an analog CRT television that receives a customizable channel lineup

Image
1

6.7K

zshall/television-simulator repository overview

Television Simulator

This image exposes port 3000 as a static web server with all of Television Simulator installed. You need to provide your own configuration file however, which can be done with a volume. If you'd like to serve custom content from TVS server, create a content volume and use /content/your-media.jpg, etc. as the path in config.tvs.yml.

Here's an example docker-compose setup:

services:
  tvs-server:
    image: 'zshall/television-simulator:latest'
    restart: unless-stopped
    ports:
      - '80:3000'
    volumes:
      - /var/tvs/config.tvs.yml:/home/static/config.tvs.yml
      - /var/tvs/content:/home/static/content

Tag summary

Content type

Image

Digest

sha256:9dd49e32b

Size

21 MB

Last updated

22 days ago

docker pull zshall/television-simulator