The changes help to run the encoder inside an easier docker-compose environment with a single database for avideo and encoder. The repository needs three additional secrets as the avideo platform repo.
DOCKERHUB_IMAGE eg docker.io/avideo/encoder
DOCKERHUB_USERNAME eg. avideo
DOCKERHUB_TOKEN from docker hub
Also you should change the maintainer of the image in Dockerfile.
Features
Docker container is pushed automatically on any commits to master or tags or scheduled once a week
Docker container is auto configured via CLI on startup
Known issues
currently this is not a rootless container. I'm working on that again.
I'm not sure, if the update process from pre 3.9 is working because of the renamed table. See #431
The changes help to run the encoder inside an easier docker-compose environment with a single database for avideo and encoder. The repository needs three additional secrets as the avideo platform repo.
Also you should change the maintainer of the image in Dockerfile.
Features
Known issues