{"id":21851939,"url":"https://github.com/ulbora/docker_ulbora_user_service","last_synced_at":"2026-05-08T09:35:14.470Z","repository":{"id":87394518,"uuid":"86248187","full_name":"Ulbora/docker_ulbora_user_service","owner":"Ulbora","description":"Ulbora User Micro Service on Docker","archived":false,"fork":false,"pushed_at":"2018-01-21T00:05:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T15:32:01.174Z","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/Ulbora.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-26T16:42:39.000Z","updated_at":"2017-03-26T16:43:42.000Z","dependencies_parsed_at":"2023-05-07T11:30:34.921Z","dependency_job_id":null,"html_url":"https://github.com/Ulbora/docker_ulbora_user_service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ulbora/docker_ulbora_user_service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulbora_user_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulbora_user_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulbora_user_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulbora_user_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ulbora","download_url":"https://codeload.github.com/Ulbora/docker_ulbora_user_service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulbora_user_service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32775116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-28T01:12:45.183Z","updated_at":"2026-05-08T09:35:14.446Z","avatar_url":"https://github.com/Ulbora.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Ulbora User Service\n- 1.0.5, latest[ (Dockerfile)](https://github.com/Ulbora/docker_ulbora_user_service/blob/master/Dockerfile)\n\nThis is Docker Ulbora User Micro Service running on Alpine\n\n\n# Running\n```\ndocker run -p some-port:8080 --name ulbora-user-service \\\n--env DATABASE_USER_NAME=some-user-name \\\n--env DATABASE_USER_PASSWORD=some-user-password \\\n--env DATABASE_NAME=some-db-name \\\n--env DATABASE_POOL_SIZE=pool-size \\\n--env OAUTH2_VALIDATION_URI=oauth2-server \\\n--env PORT=8080 \\\n--link some-mysql-container-name:mysql -it  \\\nulboralabs/userservice sh\n```\n#### or as a daemon (suggested)\n```\ndocker run -p some-port:8080 --name ulbora-user-service \\\n--env DATABASE_USER_NAME=some-user-name \\\n--env DATABASE_USER_PASSWORD=some-user-password \\\n--env DATABASE_NAME=some-db-name \\\n--env DATABASE_POOL_SIZE=pool-size \\\n--env OAUTH2_VALIDATION_URI=oauth2-server \\\n--env PORT=8080 \\\n--link some-mysql-container-name:mysql -d  \\\nulboralabs/userservice sh\n```\n# Note\n### The link to your mysql container should always end with :mysql as shown above\n```\n--link some-mysql-container-name:mysql \n```\nThe :mysql is an alias that produces an environment variable named MYSQL_PORT_3306_TCP_ADDR inside the web container.\nIf :mysql were to be changed to :mysqldb, then the environment variable would be named MYSQLDB_PORT_3306_TCP_ADDR and \nthe User Micro Service would not connect the the mysql database. The User Micro Service needs the environment variable to be \nnamed MYSQL_PORT_3306_TCP_ADDR.\n\n### Ports on the host machine should be different for each container\n#### Example: \n#### -p host-port-number:container-port-number\n```\n-p 3001:8080 \n-p 3002:8080 \n-p 3003:8080\n```\n\n# Connect to running instance\n```\ndocker exec -it ulboralabs/userservice sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fdocker_ulbora_user_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulbora%2Fdocker_ulbora_user_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fdocker_ulbora_user_service/lists"}