You can deploy and run the PWA version of IPTVnator on your own machine with docker-compose
using the following command:
$ cd docker
$ docker-compose up -d
This command will launch the frontend and backend applications. By default, the application will be available at: http://localhost:4333/. The ports can be configured in the docker-compose.yml
file.
$ docker build -t 4gray/iptvnator -f docker/Dockerfile .
You can find the backend app with all instructions in a separate GitHub repository - https://github.com/4gray/iptvnator-backend