Docker: Do not publicly expose API port

Merged Philipp Wolfer requested to merge phw/funkwhale:docker-dont-expose-api-directly into develop

The default docker-setup exposes the API container directly on port 5000. This should not be the case and is not needed, as API access is all routed through the frontend nginx reverse proxy.

Merge request reports