{"id":18554603,"url":"https://github.com/metasfresh/metasfresh-docker","last_synced_at":"2026-03-03T15:33:02.405Z","repository":{"id":16836941,"uuid":"79550232","full_name":"metasfresh/metasfresh-docker","owner":"metasfresh","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-08T12:33:15.000Z","size":74902,"stargazers_count":39,"open_issues_count":31,"forks_count":41,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-19T18:08:02.307Z","etag":null,"topics":["docker","metasfresh"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metasfresh.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":"2017-01-20T10:36:38.000Z","updated_at":"2025-01-08T12:33:13.000Z","dependencies_parsed_at":"2023-11-07T14:38:31.702Z","dependency_job_id":"b030da65-6f9b-4647-834a-5e6318546180","html_url":"https://github.com/metasfresh/metasfresh-docker","commit_stats":{"total_commits":287,"total_committers":12,"mean_commits":"23.916666666666668","dds":0.4355400696864111,"last_synced_commit":"1eb55a9cfa2a76a97ad60019ef8e10f7fe9636c8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/metasfresh/metasfresh-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metasfresh%2Fmetasfresh-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metasfresh%2Fmetasfresh-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metasfresh%2Fmetasfresh-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metasfresh%2Fmetasfresh-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metasfresh","download_url":"https://codeload.github.com/metasfresh/metasfresh-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metasfresh%2Fmetasfresh-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"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":["docker","metasfresh"],"created_at":"2024-11-06T21:22:57.275Z","updated_at":"2026-03-03T15:33:02.385Z","avatar_url":"https://github.com/metasfresh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About this repository: ##\nThis repository contains all necessary files in order to create metasfresh in a docker environment.\n\nAdditionally you will find the source files for modifying the core images in case you want to build and publish a modified version of metasfresh-docker.\n\n## Installation: ##\nIn order to install metasfresh in a docker environment you're free to follow this guide:\n\n[Install metasfresh on Docker](https://docs.metasfresh.org/installation_collection/EN/How_do_I_setup_the_metasfresh_stack_using_Docker.html)\n\n[Install metasfresh on Docker - SSL](https://docs.metasfresh.org/installation_collection/EN/How_do_I_setup_metasfresh_docker_with_ssl.html)\n## Guides: ##\n\n * [Create a database backup](https://docs.metasfresh.org/installation_collection/EN/How_do_I_backup_metasfresh_docker.html)\n\n * [Update your metasfresh-docker installation](https://docs.metasfresh.org/howto_collection/EN/How_do_I_update_metasfresh_using_Docker.html)\n\n * [Use the Java Swing Client with metasfresh-docker](https://docs.metasfresh.org/howto_collection/EN/How_do_I_use_Java_Client_using_Docker.html)\n\n * [Run multiple metasfresh-docker stacks / Change webui ports](https://docs.metasfresh.org/installation_collection/EN/How_do_I_change_the_webui_ports_for_metasfresh_docker.html)\n\n## Frequent Questions: ##\n*  **Q:  Where are the database files located at?**\n   * A: You can find the database files and logs in your metasfresh-docker directory in `./volumes/db`\n\n\n*  **Q: I heard docker-containers are ephermal - is it safe to use in production?**\n   * A: Docker containers are ephermal, yes. However: as shown above, your database- and log-files are stored on the **docker-host** in `./volumes/`. So if you decide to stop and remove your containers, your database is still existent and will be used if you're building a new container at the exact place your old metasfresh-docker directory was. If the database container finds usable data in `./volumes/db/data` relative to the `docker-compose.yml` file, this data will be used by the db-container.\n\n\n*  **Q: I want to run multiple metasfresh-docker instances on the same docker-host - what do I need to change?**\n   * A: Create a directory for each metasfresh-docker stack you want to run. Then clone this repository directly in the new directories and [change the exposing ports](http://docs.metasfresh.org/installation_collection/EN/How_do_I_change_the_webui_ports_for_metasfresh_docker.html) so each stack uses different exposed ports.\n\n*  **Q: I have additional questions not listed here. Is there some form to get in contact with you?**\n   * A: Of course there is. The best place to get your questions answered is using our forum, which you can find here: https://forum.metasfresh.org/\n\n*  **Q: After applying an update, `search` container is displaying errors like this:**\n        ```\n        search_1    | ElasticsearchException[failed to bind service]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes];\n        search_1    | Likely root cause: java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data/nodes\n        ```\n   * A: Unfortunately elasticsearch does not provide an easy way to upgrade already collected data on an update to a new elasticsearch version and changed permission requirements of the data and config files.\n        With metasfresh upgrade to 5.165 we upgraded elasticsearch to v. `7.9.3` https://github.com/metasfresh/metasfresh-docker/issues/63 in order to support new functions for metasfresh.\n        To solve this issue, you will need to stop your instance `docker-compose down`, remove the `./volumes/search` folder including already collected elasticsearch data and restart `docker-compose up -d`.\n        This will deploy the correct permissions and settings including the updated elasticsearch container.\n        \n## Do you want to help? ##\n   Do you want to help improving documentation, contribute some code or participate in functional requirements. That's great, you're welcome! Please read our contibutor guidelines first. You can find them here: [CONTRIBUTING.md](https://github.com/metasfresh/metasfresh/blob/master/CONTRIBUTING.md)\n   If you would like to get in touch with other contributors then just join our chat on Gitter: [metasfresh Gitter](https://gitter.im/metasfresh/metasfresh?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## What's new in metasfresh ERP? ##\n   If you are interested in latest improvements or bug fixes of metasfresh ERP, then take a look in our [Release Notes](https://github.com/metasfresh/metasfresh/blob/master/ReleaseNotes.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetasfresh%2Fmetasfresh-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetasfresh%2Fmetasfresh-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetasfresh%2Fmetasfresh-docker/lists"}