{"id":23186725,"url":"https://github.com/rosettadb/rosetta-docker","last_synced_at":"2026-02-17T13:17:42.652Z","repository":{"id":244795198,"uuid":"816280541","full_name":"AdaptiveScale/rosetta-docker","owner":"AdaptiveScale","description":"Docker compose documentation for rosetta","archived":false,"fork":false,"pushed_at":"2024-06-17T12:46:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T12:45:47.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdaptiveScale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-17T12:21:28.000Z","updated_at":"2024-06-17T12:46:53.000Z","dependencies_parsed_at":"2024-06-17T14:15:39.893Z","dependency_job_id":"7eb23be0-821c-4df1-a8fe-720bff1d5729","html_url":"https://github.com/AdaptiveScale/rosetta-docker","commit_stats":null,"previous_names":["adaptivescale/rosetta-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Frosetta-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Frosetta-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Frosetta-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Frosetta-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaptiveScale","download_url":"https://codeload.github.com/AdaptiveScale/rosetta-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289399,"owners_count":20914464,"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-12-18T10:17:22.367Z","updated_at":"2026-01-18T08:03:26.913Z","avatar_url":"https://github.com/AdaptiveScale.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Start Guide for Rosetta Docker Compose Setup\n\n## Overview\nThis guide will help you quickly set up and run a multi-container application using Docker Compose. The setup includes the following services:\n\n- **rosetta-app** (Port: 8080)\n- **rosetta-db (PostgreSQL)**\n- **mysql** (Port: 3306)\n- **postgres (PostgreSQL)** (Port: 5432)\n- **mssql (SQL Server)** (Port: 1433)\n- **cdap** (Port: 11011)\n- **cdap-marketplace** (Port: 5000)\n- **jupyter** (Port: 10000)\n\n## Prerequisites\n- Docker installed on your machine\n- Docker Compose installed on your machine\n\n## Step-by-Step Instructions\n\n### Clone the Repository or Download the `docker-compose.yml` File ###\n\nEnsure you have the `docker-compose.yml` file in your working directory.\n\n### Run Docker Compose ###\n\nOpen a terminal, navigate to the directory containing the `docker-compose.yml` file, and run:\n```bash\ndocker-compose up -d\n```\n\n### Access the Services ###\n\n- **rosetta-app**: [http://localhost:8080](http://localhost:8080)\n- **rosetta-db (PostgreSQL)**: Accessible on port 5432\n- **mysql**: Accessible on port 3306\n- **postgres (PostgreSQL)**: Accessible on port 5432\n- **mssql (SQL Server)**: Accessible on port 1433\n- **cdap**: [http://localhost:11011](http://localhost:11011)\n- **cdap-marketplace**: [http://localhost:5000](http://localhost:5000)\n- **jupyter**: [http://localhost:10000](http://localhost:10000)\n\n### Default Credentials ###\n\nHere are the default usernames and passwords for each service:\n\n- **rosetta-app**\n    - Environment variables set in `docker-compose.yml`\n    - Username: `admin`\n    - Password: `admin`\n\n- **rosetta-db (PostgreSQL)**\n    - Username: `postgres`\n    - Password: `123456`\n    - Database: `rosetta`\n\n- **mysql**\n    - Default credentials as per the `restsql/mysql-sakila` image\n    - Username: `root`\n    - Password: `sakila`\n\n- **postgres (PostgreSQL)**\n    - Username: `postgres`\n    - Password: `sakila`\n\n- **mssql (SQL Server)**\n    - Username: `sa`\n    - Password: `123abcD!`\n\n- **cdap**\n    - No default credentials required for the sandbox environment\n\n- **cdap-marketplace**\n    - No default credentials required\n\n- **jupyter**\n    - Token: When you start the container, a token is generated. Use the URL displayed in the terminal to access Jupyter Notebook.\n\n### Stopping the Containers ###\n\nTo stop all running containers, execute:\n```bash\ndocker-compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosettadb%2Frosetta-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosettadb%2Frosetta-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosettadb%2Frosetta-docker/lists"}