{"id":28816516,"url":"https://github.com/logchimp/docker","last_synced_at":"2025-06-18T17:05:59.258Z","repository":{"id":54404790,"uuid":"293869255","full_name":"logchimp/docker","owner":"logchimp","description":"🚧 W.I.P Official LogChimp Docker image","archived":false,"fork":false,"pushed_at":"2021-02-20T04:07:28.000Z","size":9,"stargazers_count":4,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T22:13:44.341Z","etag":null,"topics":["docker","docker-image","logchimp"],"latest_commit_sha":null,"homepage":"https://logchimp.codecarrot.net/docs/install/docker","language":"Shell","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/logchimp.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}},"created_at":"2020-09-08T16:39:05.000Z","updated_at":"2021-02-21T17:42:58.000Z","dependencies_parsed_at":"2022-08-13T14:40:23.921Z","dependency_job_id":null,"html_url":"https://github.com/logchimp/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/logchimp/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logchimp%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logchimp%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logchimp%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logchimp%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logchimp","download_url":"https://codeload.github.com/logchimp/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logchimp%2Fdocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259696062,"owners_count":22897668,"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-image","logchimp"],"created_at":"2025-06-18T17:05:54.108Z","updated_at":"2025-06-18T17:05:59.247Z","avatar_url":"https://github.com/logchimp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚧 W.I.P LogChimp Docker image\n\n![Docker](https://github.com/logchimp/docker/workflows/Docker/badge.svg?branch=master)\n\n### Deploy LogChimp site\n\nMake sure to run the scripts in order from top to bottom.\n\nCreate a docker network which is shared between database and LogChimp app.\n\n```sh\ndocker network create -d bridge logchimp_network\n```\n\nYou can change the values of environment variable.\n\n```sh\ndocker run -d \\\n\t--name db \\\n\t-p 5000:5432 \\\n\t--network=logchimp_network \\\n\t-e POSTGRES_DB=logchimp_db \\\n\t-e POSTGRES_USER=logchimp_user \\\n\t-e POSTGRES_PASSWORD=logchimp_password \\\n\tpostgres:12.4\n```\n\n```sh\ndocker run -d \\\n\t--name lc \\\n\t-p 8080:8080 \\\n\t-p 3000:3000 \\\n\t--network=logchimp_network \\\n\t-e PG_HOST=db \\\n\t-e PG_USER=logchimp_user \\\n\t-e PG_DATABASE=logchimp_db \\\n\t-e PG_PASSWORD=logchimp_password \\\n\t-e PG_PORT=5432 \\\n\t-e SECRET_KEY=Fig8=Diq1 \\\n\tlogchimp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogchimp%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogchimp%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogchimp%2Fdocker/lists"}