dataverse-docker
dataverse-docker copied to clipboard
Apache-Glassfish-Docker
Hi, guys, I need some help... This is the scenario: I have dataverse project in Docker, with shibboleth. There are 4 containers:
- dataverse, containing Glassfish;
- Apache, containing Shibboleth;
- Postgresql, and;
- Solr.
The problem is that I cannot access dataverse via https://DOMAIN_NAME:443 (or :80), i.e., via apache. I can only access via :8080, i.e., Glassfish...
I already modified ssl.conf, httpd.conf....
Does anyone have any idea what I should do?
Thanks in advance.
Alexandre
seems like a docker configuration problem. could you post your docker-compose.yml ?