IQSS / dataverse-docker

Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
57 stars 45 forks source link

.env hostname not work #94

Open jump2cn opened 10 months ago

jump2cn commented 10 months ago

Hi, I have tried to start a new docker instance by docker-compose with the .env file modified from .env.sample, and I found the hostname does not work for me.

The dataverse.siteUrl always is setting as localhost:8080 or http://{dataverse.fqdn}:8080. Is there any other config to control this value from the .env or docker-compose.yml file?

this is partial of my .env

# Domain configuration and init folder
#hostname=www.yourdataverse.org
hostname=192.168.1.219:8090
#traefikhost=www.yourdataverse.org
traefikhost=localhost:8080
INIT_SCRIPTS_FOLDER=/opt/payara/init.d
4tikhonov commented 10 months ago

@jump2cn, hostname is managed as domain through traefik services and should be also defined in DNS.