{"id":21851945,"url":"https://github.com/ulbora/docker_ulboracms_mongo","last_synced_at":"2026-04-11T15:33:05.932Z","repository":{"id":87394485,"uuid":"53285619","full_name":"Ulbora/docker_ulboracms_mongo","owner":"Ulbora","description":"MongoDB image for Ulbora CMS","archived":false,"fork":false,"pushed_at":"2016-03-20T17:29:06.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T18:33:13.627Z","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":"2016-03-07T01:11:23.000Z","updated_at":"2016-03-07T01:12:14.000Z","dependencies_parsed_at":"2023-05-07T11:30:28.542Z","dependency_job_id":null,"html_url":"https://github.com/Ulbora/docker_ulboracms_mongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ulbora/docker_ulboracms_mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulboracms_mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulboracms_mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulboracms_mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulboracms_mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ulbora","download_url":"https://codeload.github.com/Ulbora/docker_ulboracms_mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2Fdocker_ulboracms_mongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31686131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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:49.215Z","updated_at":"2026-04-11T15:33:05.902Z","avatar_url":"https://github.com/Ulbora.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Ulbora Mongo\n- 1.0.0, latest[ (Dockerfile)](https://github.com/Ulbora/docker_ulboracms_mongo/blob/master/Dockerfile)\n\nThis is Docker Ulbora Mongo running on Debian\n\n\n# Running\n\n```\ndocker run -v /data/db:/data/db -v /databackup:/databackup --name \\\nulboramongo -d ulboralabs/ulboracms-mongo\n```\n\n### Then run the database restore script\n\n```\n docker exec -it ulboramongo bash /db.sh\n```\nIf you restore this database, log in with:\nuser=admin\npassword=admin\nMake sure to change the password as soon as you finish the installation.\n#### Default credential on a new installation:\nuser=admin\npassword=admin\nMake sure to change the password as soon as you finish the installation.\n\n\n# Linking to a mongo container\n### The link to your mongodb container should always end with :mongo as shown below\n\n```\ndocker run --name some-ulboracms-web-app \\\n--link some-mongodb-container-name:mongo --env DOCKER_ULBORACMS_DATABASE_NAME=ulboracmsdb -d  ulboralabs/ulboracms sh\n```\n\n# About linking to a mongo container\nThe :mongo is an alias that produces an environment variable named MONGO_PORT_27017_TCP_ADDR inside the web container.\nIf :mongo were to be changed to :mongodb, then the environment variable would be named MONGODB_PORT_27017_TCP_ADDR and \nUlbora CMS would not connect the the mongo database. Ulbora CMS needs the environment variable to be \nnamed MONGO_PORT_27017_TCP_ADDR.\n\nAlso notice that we do not start the mongo container and expose port 27017 by using -p 27017:27017.\nDoing so would expose the container outside of Docker and would require additional security.\nIf you start the mongo container with -p 27017:27017, make sure to follow the Docker guidelines on securing \nthe container.\n\n# Connect to running instance\n\n```\ndocker exec -it ulboralabs/ulboracms-mongodb bash\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fdocker_ulboracms_mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulbora%2Fdocker_ulboracms_mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fdocker_ulboracms_mongo/lists"}