Place fteqtv.cert.pem
and fteqtv.key.pem
in the nginx
directory.
Checks out the latest FTE source code and produces an image containing FTE QTV running as an unprivileged user.
docker compose build --no-cache
# Regular start
docker compose up -d
# Recreate with a new build
docker compose up --force-recreate -d
# Show logs
docker compose logs # -f to follow
Due to an uknown error the service has to be restarted occasionally.
crontab -e
0 9 * * * /usr/bin/docker restart compose-fteqtv-1 >> /var/log/docker-cron.log 2>&1