Jump to content

jakubmana

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by jakubmana

  1. Hi, Im wondering where should I put my Jenkins Args...

    I want to run my jenkins docker through reverse proxy from a folder (devel.xyz.com/jenkins/) and as per jenkins docks I need to edit file ( /etc/default/jenkins) by adding a line:

    JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT --prefix=/jenkins"

     

    Can you please advise how / where should I find the file?

    Thank you

     

    take a look here for an example jenkins argument:- https://hub.docker.com/r/binhex/arch-jenkins/

     

     

    Thanks, but could you be more specific please? I can see there Java Opts but no Jenkins... and I dont see there written how to change the original etc/default/jenkins file.

    Thanks

  2. Hi, Im wondering where should I put my Jenkins Args...

    I want to run my jenkins docker through reverse proxy from a folder (devel.xyz.com/jenkins/) and as per jenkins docks I need to edit file ( /etc/default/jenkins) by adding a line:

    JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT --prefix=/jenkins"

     

    Can you please advise how / where should I find the file?

    Thank you

  3. Hi,

    I have installed this docker of Plex but when I go to the web interface it cannot find any plex media server and shows me an option to download it. What should I do to make it work?

    Have you read the Docker FAQ sticky thread? This is a good one.

     

    Do you have any other working dockers?

     

    Yes, I have several virtual servers and dockers running ok also using nginx as reverse proxy for all of them... but no matter what docker of plex I install I got the screen u can see attached here.

    Did you look at the link I gave you?

     

    I did but I dont know what to look for there... docker itself is working fine, I can go open the web interface and there is no errors or warnings in logs

  4. Hi,

    I have installed this docker of Plex but when I go to the web interface it cannot find any plex media server and shows me an option to download it. What should I do to make it work?

    Have you read the Docker FAQ sticky thread? This is a good one.

     

    Do you have any other working dockers?

     

    Yes, I have several virtual servers and dockers running ok also using nginx as reverse proxy for all of them... but no matter what docker of plex I install I got the screen u can see attached here.

    plex.PNG.f346e739fcc48510a71a7d85b3f855a6.PNG

  5. Hi guys,

     

    im having problems with installing GitLab docker.

    I've installed the first time with few issues but then i managed to get it work properly. Today i clicked on "update" during updating the docker something went wrong and it finished with the last command of removing docker. Then GitLab disappeared from the list.

    I've tried to install it back, bac since then im getting the same error msgs.. im not sure why or whats wrong because Redis and PostrgeSQL are working properly.

     

    Here is the log:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="gitlab" --net="bridge" --privileged="true" -e TZ="Europe/Budapest" -e HOST_OS="unRAID" -e "GITLAB_HOST"="localhost" -e "GITLAB_EMAIL"="[email protected]" -e "GITLAB_SSH_PORT"="10020" -e "GITLAB_PORT"="10080" -e "GITLAB_HTTPS"="false" -e "SSL_SELF_SIGNED"="false" -e "SMTP_USER"="[email protected]" -e "SMTP_PASS"="Domovina1" -e "GITLAB_BACKUPS"="daily" -e "GITLAB_BACKUP_EXPIRY"="2419200" -e "GITLAB_SECRETS_DB_KEY_BASE"="dbeW7bg7PxzPBGKj2H6LpZXcQhA8kyQkLHJNE3RgQ54nbD7r" -e "DB_NAME"="gitlabhq_production" -e "DB_USER"="gitlab" -e "DB_PASS"="Domovina1" -p 10022:22/tcp -p 10080:80/tcp -p 10443:443/tcp -v "/mnt/user/Applications/Docker/appdata/GitLab_New/":"/home/git/data":rw -v "/mnt/user/GitLab/":"/unraid":rw --link postgresql:postgresql --link redis:redisio sameersbn/gitlab

    docker: Error response from daemon: Could not get container for postgresql.

    See '/usr/bin/docker run --help'.

     

    The command failed.

     

    is there anybody who can help me our with solving this issue?

    thank you very much in advance.

     

    Are you sure your postgresql container is up and running? It looks like docker can't find it.

     

    based on logs, yes... Postgres is running fine. Autovacuum has been started by itself so it has to be running. Its true that Postgres container is not starting up after server reboot (and its set to autostart) but im pretty sure its running.

     

    Log:

    LOG: MultiXact member wraparound protections are now enabled

    LOG: database system is ready to accept connections

    LOG: autovacuum launcher started

     

    do u think it could help if I removed postgres and install it again?

  6. Hi guys,

     

    im having problems with installing GitLab docker.

    I've installed the first time with few issues but then i managed to get it work properly. Today i clicked on "update" during updating the docker something went wrong and it finished with the last command of removing docker. Then GitLab disappeared from the list.

    I've tried to install it back, bac since then im getting the same error msgs.. im not sure why or whats wrong because Redis and PostrgeSQL are working properly.

     

    Here is the log:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="gitlab" --net="bridge" --privileged="true" -e TZ="Europe/Budapest" -e HOST_OS="unRAID" -e "GITLAB_HOST"="localhost" -e "GITLAB_EMAIL"="[email protected]" -e "GITLAB_SSH_PORT"="10020" -e "GITLAB_PORT"="10080" -e "GITLAB_HTTPS"="false" -e "SSL_SELF_SIGNED"="false" -e "SMTP_USER"="[email protected]" -e "SMTP_PASS"="Domovina1" -e "GITLAB_BACKUPS"="daily" -e "GITLAB_BACKUP_EXPIRY"="2419200" -e "GITLAB_SECRETS_DB_KEY_BASE"="dbeW7bg7PxzPBGKj2H6LpZXcQhA8kyQkLHJNE3RgQ54nbD7r" -e "DB_NAME"="gitlabhq_production" -e "DB_USER"="gitlab" -e "DB_PASS"="Domovina1" -p 10022:22/tcp -p 10080:80/tcp -p 10443:443/tcp -v "/mnt/user/Applications/Docker/appdata/GitLab_New/":"/home/git/data":rw -v "/mnt/user/GitLab/":"/unraid":rw --link postgresql:postgresql --link redis:redisio sameersbn/gitlab

    docker: Error response from daemon: Could not get container for postgresql.

    See '/usr/bin/docker run --help'.

     

    The command failed.

     

    is there anybody who can help me our with solving this issue?

    thank you very much in advance.

×
×
  • Create New...