I can’t seem to figure this out. Ideally I want to use no port number in the git: url. Is there a way to do this without the shim nonsense?

gitea:

image: gitea/gitea:latest

container_name: gitea

environment:

USER_UID: 1000

USER_GID: 1000

GITEA__database__DB_TYPE: postgres

GITEA__database__HOST: gitea-db:5432