Can't setup URL for outside access #594
Replies: 3 comments
-
It looks like the README is mistaken and you cannot currently set PRODUCTION_HOST via the options.yml file. PRODUCTION_HOST needs to be set in your environment variables, only app_url_host can be set via options.yml. Damn that's confusing! We're in a bit of a weird spot with these two URLs and once we upgrade to Rails8 we can consolidate these. So try this:
I think we should really phase out PRODUCTION_HOST and update the readme instructions, although in order to phase that out we may need to solve how we support multiple hosts with app_url_host.... |
Beta Was this translation helpful? Give feedback.
-
Option 1 worked, thank you so much for the information! |
Beta Was this translation helpful? Give feedback.
-
I just updated the README to reflect this new advice so I'll close this out now. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to setup a custom URL for out side access.
I added
PRODUCTION_HOST: chat.example.com
to the options.yml file and randocker compose up --build
but when trying to access chat.example.com I get the error below:Beta Was this translation helpful? Give feedback.
All reactions