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