The installation instructions of the Gitea documentation using docker describe the SSH passthrough procedure to make the git clone git@mydomain.com:user/repo
command not failing.
I am new to docker but I am wondering, these few last 'manual' steps, can't they be automatised in a docker-compose.yml
(and if so how would this file look like). It's not like a lot of steps but my understanding was that a docker container is supposed to be self-sufficient and with those steps it seems like it's not really.