services.jenkins.ports array items[0,1] must be unique #11684
Unanswered
shrish-bhargav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given below is the log after executing the command "docker-compose logs -f django".
I know it is just a warning..My main concern is that how do I get it running on my localhost?
I have my system configured for the environment...the docker is setup and I logged in as a user in docker using su ${{username}}
Things I did to resolve the issue:
check docker-compose.yml for any configuration..(the file seemed fine to me)
re-install and setup everything from the beginning [check]
(my_geonode) [manjaro geonode-project]# docker-compose logs -f django
WARN[0000] The "HTTPS_HOST" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTP_HOST" variable is not set. Defaulting to a blank string.
WARN[0000] The "ADMIN_EMAIL" variable is not set. Defaulting to a blank string.
WARN[0000] The "LETSENCRYPT_MODE" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTPS_HOST" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTP_HOST" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTPS_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "LETSENCRYPT_MODE" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTPS_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRESQL_MAX_CONNECTIONS" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTPS_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTPS_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "JENKINS_HTTPS_PORT" variable is not set. Defaulting to a blank string.
validating /home/shrish/geonode-project/docker-compose.yml: services.jenkins.ports array items[0,1] must be unique
Beta Was this translation helpful? Give feedback.
All reactions