# API_PORT is the port the service listens on INSIDE the container. # With docker-compose's "28080:8080" mapping, set this to 8080 so the host # can reach it at http://localhost:28080. Override only if you also change # the host-side mapping / non-Docker run. API_PORT=8080 GIN_TRUSTED_PROXY_IP=127.0.0.1