harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
31.96k stars 2.79k forks source link

How to config the domain for gitness? #3445

Closed huabin closed 6 months ago

huabin commented 6 months ago

Hello everyone,

I run a gitness via docker, and I want to change this url.

errd

I checked the gitness docs, but I didn't find how. Can anyone help? Thank you so mcuh.

indaco commented 6 months ago

You should use the GITNESS_URL_BASE env var. Check here, Configuration. Hope it helps

huabin commented 6 months ago

@indaco Great, thank you so much.