{"id":18299047,"url":"https://github.com/jsisques/portainer-server","last_synced_at":"2026-01-22T19:48:23.292Z","repository":{"id":250630362,"uuid":"834998666","full_name":"JSisques/portainer-server","owner":"JSisques","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-29T12:04:59.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:18:46.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JSisques.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":"2024-07-29T00:06:24.000Z","updated_at":"2024-07-29T12:05:02.000Z","dependencies_parsed_at":"2024-07-29T01:30:22.135Z","dependency_job_id":"bb2f29bc-e673-4e87-bb26-17ab2e72f10f","html_url":"https://github.com/JSisques/portainer-server","commit_stats":null,"previous_names":["jsisques/portainer-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JSisques/portainer-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fportainer-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fportainer-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fportainer-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fportainer-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JSisques","download_url":"https://codeload.github.com/JSisques/portainer-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fportainer-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T19:36:09.361Z","status":"ssl_error","status_checked_at":"2026-01-22T19:36:05.567Z","response_time":144,"last_error":"SSL_read: 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":[],"created_at":"2024-11-05T15:07:48.261Z","updated_at":"2026-01-22T19:48:23.272Z","avatar_url":"https://github.com/JSisques.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](./img/portainer-server.png)\n\n# 🖥️ Portainer Server\n\nPortainer Server es un repositorio que facilita la configuración de un servidor Portainer utilizando Docker Compose.\n\n## 📝 Descripción\n\nEste repositorio contiene un archivo Docker Compose que configura un entorno completo para gestionar tus contenedores Docker a través de Portainer. Incluye la configuración básica necesaria para poner en marcha el servidor de Portainer.\n\n## 🛠️ Instalación\n\n### Requisitos\n\n- Docker\n- Docker Compose\n\n### Pasos\n\n1. Clona este repositorio:\n\n```bash\ngit clone https://github.com/JSisques/portainer-server.git\n```\n\n2. Navega hasta el directorio del repositorio:\n\n```bash\ncd portainer-server\n```\n\n3. Ejecuta Docker Compose para iniciar el servicio:\n\n```bash\ndocker-compose up -d\n```\n\nEsto iniciará el contenedor del servidor de Portainer en segundo plano.\n\n## 🚀 Uso\n\nUna vez que el contenedor esté en ejecución, puedes acceder a la interfaz de Portainer en:\n\n- **Portainer:** https://localhost:9443\n\n## 👨‍💻 Autor\n\n- Nombre: Javier Plaza Sisqués\n- GitHub: [JSisques](https://github.com/JSisques)\n\n## 📄 Archivos de Configuración\n\nEn este repositorio se incluye el archivo de configuración necesario para personalizar el comportamiento del servidor de Portainer:\n\n- **docker-compose.yml:** Configuración principal para desplegar el servidor de Portainer.\n\n## 🧾 Ejemplo de docker-compose.yml\n\nAquí está el archivo docker-compose.yml utilizado para esta configuración:\n\n```yaml\nversion: \"3\"\nservices:\n  portainer-server:\n    image: portainer/portainer-ce:latest\n    container_name: portainer-server\n    hostname: portainer-server\n    volumes:\n      - ./data:/data\n    ports:\n      - 9443:9443\n    restart: unless-stopped\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsisques%2Fportainer-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsisques%2Fportainer-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsisques%2Fportainer-server/lists"}