gaia icon indicating copy to clipboard operation
gaia copied to clipboard

🐛 : GAIA_EXTERNAL_URL not respected

Open remigiusz-donczyk-gl opened this issue 2 years ago • 1 comments

Describe the bug Gaia does not respect the GAIA_EXTERNAL_URL env

To Reproduce Steps to reproduce the behavior:

  1. Set GAIA_EXTERNAL_URL in compose.yaml
  2. Run gaia via docker compose

Expected behavior Gaia available on specified port

Desktop (please complete the following information):

  • OS: Windows/WSL

remigiusz-donczyk-gl avatar Jul 12 '22 07:07 remigiusz-donczyk-gl

Hi :wave: @remigiusz-donczyk If you want to change the port on which Gaia listens to requests, you have to define the env var SERVER_PORT GAIA_EXTERNAL_URL is a variable which is used to generate URLs and for the generated scripts for the runner.

juwit avatar Jul 15 '22 16:07 juwit