{"id":25120255,"url":"https://github.com/rochimfn/compose-collection","last_synced_at":"2026-02-26T18:37:54.999Z","repository":{"id":40474588,"uuid":"386841486","full_name":"rochimfn/compose-collection","owner":"rochimfn","description":"Koleksi konfigurasi docker-compose untuk keperluan belajar dan pengembangan. en: A collection of `docker-compose` configurations for learning and development purposes.","archived":false,"fork":false,"pushed_at":"2025-04-19T03:40:00.000Z","size":120,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T11:51:03.527Z","etag":null,"topics":["docker","docker-compose","podman","podman-compose"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/rochimfn.png","metadata":{"files":{"readme":"README.en.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,"zenodo":null}},"created_at":"2021-07-17T05:02:22.000Z","updated_at":"2025-04-19T03:40:04.000Z","dependencies_parsed_at":"2024-09-10T15:28:06.513Z","dependency_job_id":"3e869f03-5cfd-47c9-a54d-008266e627f9","html_url":"https://github.com/rochimfn/compose-collection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochimfn%2Fcompose-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochimfn%2Fcompose-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochimfn%2Fcompose-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochimfn%2Fcompose-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochimfn","download_url":"https://codeload.github.com/rochimfn/compose-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250322956,"owners_count":21411843,"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":["docker","docker-compose","podman","podman-compose"],"created_at":"2025-02-08T05:29:03.047Z","updated_at":"2026-02-26T18:37:54.992Z","avatar_url":"https://github.com/rochimfn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `docker-compose` file collection\n*Versi bahasa Indonesia: https://github.com/rochimfn/compose-collection#readme*\n\n## About\nA collection of `docker-compose` configurations for learning and development purposes\n\n## Preparation\nThe entire `docker-compose.yaml` configuration uses a network share named `database`.\n\n```bash\ndocker network create database\n```\n\n## Usage\nGo to the service directory you want to run and execute `docker-compose`.\n\n```bash\n# Start the services\ncd postgres\ndocker-compose up -d\n\n# Tearing down the services\ncd postgres\ndocker-compose down\n```\n\n## Service list\n\n### `adminer`\n\n* exposed ports: `8070`\n\n### `cassandra`\n\n* cassandra\n    * exposed ports: `9042`\n\n### `db2 community edition`\n\n* exposed ports: `50000`\n* username: `db2inst1`\n* password: `password`\n\n### `debezium (with kafka)`\n\n* connect\n    * exposed ports: `8083`\n* kafka\n    * exposed ports: `9092`\n* kafka-ui\n    * exposed ports: `3300`\n* zookeeper\n    * exposed ports: `2181`\n    * exposed ports: `2888`\n    * exposed ports: `3888`\n\n### `debezium-server with pulsar`\n\n* debezium\n    * exposed ports: `8080`\n    * **set the configuration first !!!**: `conf/application.properties`\n* pulsar\n    * exposed ports: `6650`\n    * exposed ports: `7080`\n* pulsar-manager\n    * exposed ports: `9527`\n    * exposed ports: `7750`\n    * **set up admin account first !!!**: [https://pulsar.apache.org/docs/en/administration-pulsar-manager/#set-administrator-account-and-password](https://pulsar.apache.org/docs/en/administration-pulsar-manager/#set-administrator-account-and-password)\n\n### `elasticsearch \u0026 kibana`\n\n* exposed ports(kibana): `5601`\n* exposed ports(elasticsearch): `9200`, `9300`\n* username: `elastic`\n* password: `password`\n\n### `hive`\n* hiveserver2\n    * exposed ports (hiveserver2): `10000`\n    * exposed ports (hiveserver2 Web UI): `10002`\n    * jdbc: `jdbc:hive2://localhost:10000/`\n    * beeline (docker): `docker exec -it hive-hiveserver2-1 beeline -u 'jdbc:hive2://localhost:10000/'`\n    * beeline (eksternal): `beeline -u 'jdbc:hive2://localhost:10000/'`\n* metastore\n    * port diekspose: `9083`\n\n### `impala`\n\n* port diekspose (Beeswax): `21000`\n* port diekspose (HiveServer2): `21050` \n* port diekspose (Impala debug Web UI): `25000` \n* port diekspose (StateStore debug Web UI): `25010` \n* port diekspose (Catalog Server debug Web UI): `25020`\n\n### `influxdb`\n\n* exposed ports: `8086`\n* username: `influx`\n* password: `password`\n\n### `julia`\n\n* exposed ports: `8888`\n\n### `livebook`\n\n* exposed ports (Web UI): `8080`\n* exposed ports: `8081`\n\n### `mariadb`\n\n* exposed ports: `3306`\n* username: `root`\n* password: `password`\n\n### `mongo`\n\n* exposed ports(client): `8081`\n* exposed ports(server): `27017`\n* username: `admin`\n* password: `password`\n\n### `mosquitto`\n\n* exposed ports: `1883`, `9001`\n\n### `mssql`\n\n* exposed ports: `1433`\n* username: `sa`\n* password: `AEdCC.b9`\n\n### `mysql`\n\n* exposed ports: `3306`\n* username: `root`\n* password: `password`\n\n### `neo4j`\n\n* exposed ports(client): `7474`\n* exposed ports(server): `7687`\n* username: `neo4j`\n* password: `password`\n\n### `opendistro elasticsearch \u0026 kibana`\n\n* exposed ports(kibana): `5601`\n* exposed ports(elasticsearch): `9200`, `9600`\n* username: `admin`\n* password: `admin`\n\n### `openldap`\n\n* openldap\n    * exposed ports: `389`\n    * exposed ports: `636`\n    * login admin: `cn=admin,dc=example,dc=org`\n    * login readonly: `cn=readonly,dc=example,dc=org`\n    * password: `password`\n* phpLDAPadmin\n    * exposed ports: `6443`\n\n### `oracle`\n\n* exposed ports: `1521`\n* username: `SYS`, `SYSTEM` and `PDBADMIN`\n* password: `password`\n\n### `oracle-xe11`\n\n* exposed ports: `1521`\n* username: `SYS` and `SYSTEM`\n* password: `password`\n\n### `pgvector`\n\n* exposed ports: `5431`\n* username: `admin`\n* password: `password`\n* database: `postgres`\n\n### `postgres`\n\n* pgadmin\n    * exposed ports: `8060`\n    * email: `admin@local.dev`\n    * password: `password`\n* postgres\n    * exposed ports: `5432`\n    * username: `admin`\n    * password: `password`\n\n### `rabbitmq`\n\n* exposed ports(client): `15672`\n* exposed ports(server): `5672`\n* username: `guest`\n* password: `guest`\n\n### `redis`\n\n* redis\n    * exposed ports: `6379`\n\n### `redpanda`\n\n* broker\n    * exposed ports(schema-registry): `18081`\n    * exposed ports(pandaproxy): `18082`\n    * exposed ports(broker): `19092`\n    * exposed ports(admin api): `19644`\n* console\n    * exposed ports: `8080`\n* connect\n    * exposed ports: `8083`\n\n### `scylla`\n\n* scylla\n    * exposed ports: `9042`\n\n### `superset`\n\n* superset\n    * exposed ports: `8088`\n    * manual provision (execute only at first up): \n    ```bash\n    docker-compose exec superset superset fab create-admin \\\n                --username admin \\\n                --firstname Superset \\\n                --lastname Admin \\\n                --email admin@superset.com \\\n                --password admin\n\n    docker-compose exec superset superset db upgrade\n\n    # loading example (optional)\n    docker-compose exec superset superset load_examples\n\n    docker-compose exec superset superset init\n    ```\n\n### `tika`\n\n* exposed ports: `9998`\n\n### `timescaledb`\n\n* exposed ports: `5432`\n* username: `postgres`\n* password: `password`\n\n### `zeppelin`\n\n* exposed ports(server): `8080`\n* exposed ports(spark): `4040`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochimfn%2Fcompose-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochimfn%2Fcompose-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochimfn%2Fcompose-collection/lists"}