The service creates VAST tag based on the input parameters such as video-file and landing page.
docker build --tag vast .docker run --publish 8080:8080 vast- Open http://localhost:8080/
- PostgreSQL (14.4)
- ffprobe/ffmpeg (https://ffmpeg.org/download.html)
- Clone the repo
git clone https://github.com/ViktorSalimonov/vast.git - Install dependrencies
go mod download - Run the service
go run . - Open http://localhost:8080/

