Stream: containers

Topic: setting siteUrl in containers


view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 18:53):

I'm having a surprising amount of difficulty setting dataverse.siteUrl in containers. I feel like I've tried all the documented methods, putting them in compose.yml, but nothing is working: https://guides.dataverse.org/en/6.1/installation/config.html#dataverse-siteurl

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 18:53):

Or maybe I'm testing wrong? I've been checking the Schema.org JSON-LD export.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:30):

_CT_DATAVERSE_SITEURL: "https://demo.dataverse.org" works! Thank you, @Oliver Bertuch !

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:31):

It turns out I was seeing the problem Oliver and @Johannes D were talking about in #containers > MPC profile problem

view this post on Zulip Oliver Bertuch (Jan 30 2024 at 20:31):

Yeah that darn MPC implementation bug by Payara is really annoying!

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:31):

Do we have an issue tracking this on the Dataverse side?

view this post on Zulip Oliver Bertuch (Jan 30 2024 at 20:31):

As noted in that thread it might be worth trying again with a recent Payara version that claims to be MPC 6.1 compliant

view this post on Zulip Oliver Bertuch (Jan 30 2024 at 20:32):

No because it is not a Dataverse issue

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:32):

It is from my perspective! :sweat_smile: I can't set the siteUrl!

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:32):

I'll create one. Stop me if you object.

view this post on Zulip Oliver Bertuch (Jan 30 2024 at 20:33):

No no go ahead. It is a good issue to reference for a PR when we update Payara in the containers...

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 20:49):

Done: In containers, can't set DATAVERSE_SITEURL using documented methods #10285

view this post on Zulip Oliver Bertuch (Jan 30 2024 at 21:25):

Much appreciated!

view this post on Zulip Philip Durbin ๐Ÿš€ (Jan 30 2024 at 21:25):

Sure. I hope I got the details more or less right.

view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 22 2024 at 14:58):

Using the _CT_ version is no longer necessary so I created a PR to fix the compose file and update the docs: #10792


Last updated: Oct 30 2025 at 05:14 UTC