{"id":15583196,"url":"https://github.com/tanhongit/portainer-docker","last_synced_at":"2025-04-24T02:53:18.750Z","repository":{"id":54636314,"uuid":"463967811","full_name":"tanhongit/portainer-docker","owner":"tanhongit","description":":whale: Portainer is a tool that simplifies the management and maintenance of Docker’s containers. A simple setup to deploy Portainer using docker-compose","archived":false,"fork":false,"pushed_at":"2024-06-23T05:23:59.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T02:53:10.540Z","etag":null,"topics":["compose","composer-installer","docker","docker-compose","dockerfile","env","portainer","portainer-docker"],"latest_commit_sha":null,"homepage":"","language":null,"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/tanhongit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-26T21:13:08.000Z","updated_at":"2024-06-23T05:24:02.000Z","dependencies_parsed_at":"2022-08-13T22:20:24.971Z","dependency_job_id":"8f17ad9a-b739-4b40-ab72-ef458608205b","html_url":"https://github.com/tanhongit/portainer-docker","commit_stats":null,"previous_names":["tanhongit/portainer-dockercompose"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2Fportainer-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2Fportainer-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2Fportainer-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2Fportainer-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanhongit","download_url":"https://codeload.github.com/tanhongit/portainer-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552037,"owners_count":21449162,"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":["compose","composer-installer","docker","docker-compose","dockerfile","env","portainer","portainer-docker"],"created_at":"2024-10-02T20:05:30.383Z","updated_at":"2025-04-24T02:53:18.733Z","avatar_url":"https://github.com/tanhongit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portainer Docker Compose\n\nPortainer is a tool that simplifies the management and maintenance of Docker’s containers. A simple setup to deploy Portainer using `docker compose`.\n\n[Portainer Source](https://github.com/portainer/portainer)\n\n## Requirements\n- Install [Docker](https://docker.io/)\n- Install [Docker Compose](https://docs.docker.com/compose/install/)\n\n## Clone this repository\n\nRun:\n\n```bash\ngit clone git@github.com:tanhongit/portainer-docker.git\ncd portainer-docker\n```\n\n## Copy .env.example to .env\n\n```bash\ncp .env.example .env\n```\n\n## Modify env values in **.env** file\n\nChange **APP_NAME** and **APP_PORT** accordingly\n\nOr using default values:\n\n```dotenv\nAPP_NAME=portainer\nAPP_PORT=9001\n```\n\n## Setup\n\nRun:\n\n```bash\ndocker compose up -d\n```\n\n## Check the network ID\n\nRun:\n\n```bash\ndocker ps\n```\n\nCheck the Container ID of **`APP_NAME`-docker**.\n\nRun the command:\n\n```bash\ndocker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' \u003ccontainer ID\u003e\n```\n\n`\u003ccontainer ID\u003e`: Use the Container ID of **`APP_NAME`-docker**\n\nYou will get the IP address of this Container.\n\n## Usage\n\nYou can then access Portainer by using the IP address that you got it in step 4 over port 9000 with a web browser.\n\n**Example:**\n\nIf the IP address is `172.18.0.2`, you can access Portainer by using the URL `http://172.18.0.2:9000`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhongit%2Fportainer-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanhongit%2Fportainer-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhongit%2Fportainer-docker/lists"}