{"id":21740114,"url":"https://github.com/junnplus/activiti6-docker","last_synced_at":"2025-10-14T07:38:20.927Z","repository":{"id":62109756,"uuid":"214763359","full_name":"junnplus/activiti6-docker","owner":"junnplus","description":"unofficial Docker image for activiti with version 6.0.0","archived":false,"fork":false,"pushed_at":"2019-10-15T04:14:34.000Z","size":9,"stargazers_count":3,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T03:46:10.033Z","etag":null,"topics":["activiti6","activiti6-docker","docker","dockerfile"],"latest_commit_sha":null,"homepage":"","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/junnplus.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":"2019-10-13T05:00:24.000Z","updated_at":"2023-10-30T09:34:03.000Z","dependencies_parsed_at":"2022-10-26T14:45:44.662Z","dependency_job_id":null,"html_url":"https://github.com/junnplus/activiti6-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junnplus/activiti6-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junnplus%2Factiviti6-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junnplus%2Factiviti6-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junnplus%2Factiviti6-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junnplus%2Factiviti6-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junnplus","download_url":"https://codeload.github.com/junnplus/activiti6-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junnplus%2Factiviti6-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018219,"owners_count":26086307,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["activiti6","activiti6-docker","docker","dockerfile"],"created_at":"2024-11-26T06:12:12.721Z","updated_at":"2025-10-14T07:38:20.898Z","avatar_url":"https://github.com/junnplus.png","language":"Shell","readme":"# activiti6-docker\n\n\n## How to use this image\n### Start a activiti6 instance\n```\n$ docker run --name activiti6 -d -p 8080:8080 junnplus/activiti6\n```\nyou can customise using the following environment variables:\n- `DB` The database type, option h2 / mysql, default to `h2`.\n- `DB_DRIVER` The database  driver for jdbc, default to `org.h2.Driver`.\n- `DB_URL` The database url for jdbc, default to`jdbc:h2:/tmp/activiti6;AUTO_SERVER=TRUE`.\n- `DB_USERNAME` The database username, default to `sa`.\n- `DB_PASSWORD` The database password, default to empty.\n- `DB_DIALECT` The dialect specifies the type of database used in hibernate, default to `org.hibernate.dialect.H2Dialect`.\n\n#### ...via `docker-compose`\nexample.yml for mysql:\n```\nversion: '3.1'\nservices:\n    activiti6:\n        image: junnplus/activiti6\n        ports:\n            - \"8080:8080\"\n        environment:\n            - \"DB=mysql\"\n            - \"DB_DRIVER=com.mysql.jdbc.Driver\"\n            - \"DB_URL=jdbc:mysql://mysql:3306/activiti6?characterEncoding=UTF-8\"\n            - \"DB_USERNAME=activiti6\"\n            - \"DB_PASSWORD=activiti6\"\n            - \"DB_DIALECT=org.hibernate.dialect.MySQLDialect\"\n        depends_on:\n            - mysql\n        links:\n            - mysql\n        restart: always\n    mysql:\n        image: mysql:5.6\n        command: mysqld --character-set-server=utf8 --collation-server=utf8_unicode_ci\n        environment:\n            - \"MYSQL_DATABASE=activiti6\"\n            - \"MYSQL_USER=activiti6\"\n            - \"MYSQL_PASSWORD=activiti6\"\n            - \"MYSQL_ROOT_PASSWORD=activiti6\"\n        restart: always\n```\n### Accessing\nyou can access the activiti6 app on `http://localhost:8080`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunnplus%2Factiviti6-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunnplus%2Factiviti6-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunnplus%2Factiviti6-docker/lists"}