Running the cdash container on a system where NGINX is already serving port 443 #2036
bjornpiltz
started this conversation in
General
Replies: 1 comment 3 replies
-
|
I could be wrong, but I think this is because you're passing in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to support this use case? CDash isn't the only service running on my machine.
What I've tried
On the host system I have an
/etc/nginx/conf.d/cdash.confI set the following variables in
.envI adapted
docker-compose.production.ymlto map ports 8080:443 instead of 443:443What I get
When I start the container with
docker compose --env-file .env \ -f docker/docker-compose.yml \ -f docker/docker-compose.production.yml \ -f docker/docker-compose.postgres.yml \ up -dand try to access https://cdash.server.com I'm presented with an Apache error:
Beta Was this translation helpful? Give feedback.
All reactions