{"id":19664788,"url":"https://github.com/nguyenantoine/portainer","last_synced_at":"2026-05-15T02:45:27.818Z","repository":{"id":113139850,"uuid":"161951853","full_name":"NguyenAntoine/portainer","owner":"NguyenAntoine","description":"Docker-compose for portainer","archived":false,"fork":false,"pushed_at":"2018-12-16T16:24:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T02:23:38.216Z","etag":null,"topics":["docker-compose","portainer"],"latest_commit_sha":null,"homepage":null,"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/NguyenAntoine.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":"2018-12-15T23:26:27.000Z","updated_at":"2018-12-16T17:13:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"b66b27bf-e808-451a-80ca-df349dfd4131","html_url":"https://github.com/NguyenAntoine/portainer","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/NguyenAntoine%2Fportainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NguyenAntoine%2Fportainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NguyenAntoine%2Fportainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NguyenAntoine%2Fportainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NguyenAntoine","download_url":"https://codeload.github.com/NguyenAntoine/portainer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240974442,"owners_count":19887302,"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-compose","portainer"],"created_at":"2024-11-11T16:19:01.641Z","updated_at":"2026-05-15T02:45:27.806Z","avatar_url":"https://github.com/NguyenAntoine.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portainer Docker Compose Setup\n\nContainer management UI for Docker and Kubernetes.\n\n**Documentation:** [Portainer Installation](https://www.portainer.io/installation/)\n\n---\n\n## Quick Start\n\n### 1. Create Environment File\n\nCopy the example configuration:\n\n```bash\ncp .env.dist .env\n```\n\nEdit `.env` with your settings:\n\n```bash\nVIRTUAL_HOST=portainer.example.com\nLETSENCRYPT_HOST=portainer.example.com\nLETSENCRYPT_EMAIL=your-email@example.com\n```\n\n### 2. Create Data Volume\n\n```bash\ndocker volume create portainer_data\n```\n\n### 3. Start Service\n\n```bash\n# Using modern Docker Compose (v2+)\ndocker compose up -d\n\n# Wait for service to start\nsleep 10\n\n# Check status\ndocker compose ps\n\n# View logs\ndocker compose logs -f app\n```\n\n### 4. Access Portainer\n\n- Open `https://your-domain.com`\n- Create admin account on first access\n- Manage Docker containers and images\n\n---\n\n## Update Portainer\n\nTo update Portainer to the latest version:\n\n```bash\n./updateDockerImages.sh\n```\n\n---\n\n## Networking\n\nService is connected to:\n- **default:** Internal network for container-to-container communication\n- **reverse-proxy:** External network for nginx reverse proxy (must exist)\n\nCreate reverse-proxy network if it doesn't exist:\n\n```bash\ndocker network create reverse-proxy\n```\n\n---\n\n## Features\n\n- 📊 Container and image management\n- 🔐 User access control\n- 🌐 Multi-environment support\n- 🐳 Docker \u0026 Kubernetes support\n- 📱 Responsive web interface\n\n---\n\n## Troubleshooting\n\n### Container Logs\n\n```bash\ndocker compose logs -f app\n```\n\n### Reset to Default\n\n```bash\n# Stop service\ndocker compose down\n\n# Remove data volume (WARNING: Destructive!)\ndocker volume rm portainer_data\n\n# Restart\ndocker compose up -d\n```\n\n---\n\n## Docker Compose Version\n\nRequires Docker Compose v2+ (use `docker compose` instead of `docker-compose`)\n\n```bash\n# Check version\ndocker compose version\n```\n\n---\n\n**Last Updated:** 2026-02-03\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenantoine%2Fportainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnguyenantoine%2Fportainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenantoine%2Fportainer/lists"}