{"id":16458744,"url":"https://github.com/sebbaum/docker","last_synced_at":"2025-06-26T19:33:15.440Z","repository":{"id":30625674,"uuid":"34181108","full_name":"sebbaum/docker","owner":"sebbaum","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-23T14:01:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T06:17:43.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebbaum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-18T20:14:13.000Z","updated_at":"2015-04-24T18:11:26.000Z","dependencies_parsed_at":"2022-09-05T01:01:41.995Z","dependency_job_id":null,"html_url":"https://github.com/sebbaum/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sebbaum/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbaum%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbaum%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbaum%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbaum%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebbaum","download_url":"https://codeload.github.com/sebbaum/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbaum%2Fdocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262132662,"owners_count":23264041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T10:46:11.780Z","updated_at":"2025-06-26T19:33:15.392Z","avatar_url":"https://github.com/sebbaum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run servers\n\n## Nexus\n```bash\ndocker run -d \\\n --name sb-nexus \\\n --restart=always \\\n -p 7880:8081 \\\n -v /home/sebbaum/server_files/sonatype/:/opt/sonatype/ \\\n sonatype/nexus\n```\n\n## Jenkins\n```bash\ndocker run -itd \\\n --restart=always \\\n --name sb-jenkins \\\n -p 50080:8080 \\\n -v /home/sebbaum/server_files/jenkins_files:/var/jenkins_home \\\n sebbaum/jenkins:latest\n```\n\n## Sonarqube\n### Mysql\n```bash\ndocker run --restart=always \\\n --name mysql-sonar \\\n -p 63306:3306 \\\n -v /home/sebbaum/server_files/mysql_sonar/:/var/lib/mysql \\\n -e MYSQL_ROOT_PASSWORD=root \\\n -d \\\n mysql:5.5.45\n```\n\n### Sonarqube server\n```bash\ndocker run -d \\\n --name sb-sonarqube \\\n --link mysql-sonar:db \\\n --restart=always \\\n -v /home/sebbaum/server_files/sonarqube:/opt/sonarqube \\\n -p 60080:9000 \\\n -e SONARQUBE_JDBC_USERNAME=sonar \\\n -e SONARQUBE_JDBC_PASSWORD=sonar \\\n -e SONARQUBE_JDBC_URL=\"jdbc:mysql://10.0.0.1:63306/sonar?useUnicode=true\u0026characterEncoding=utf8\u0026rewriteBatchedStatements=true\u0026useConfigs=maxPerformance\" \\\n sonarqube:5.1.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbaum%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebbaum%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbaum%2Fdocker/lists"}