{"id":19951003,"url":"https://github.com/webpwnized/dragonfly-docker","last_synced_at":"2026-01-18T00:23:41.986Z","repository":{"id":214802830,"uuid":"737390658","full_name":"webpwnized/dragonfly-docker","owner":"webpwnized","description":"Code to containerize the Dragonfly PHP application","archived":false,"fork":false,"pushed_at":"2024-08-08T21:09:37.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T01:38:40.847Z","etag":null,"topics":[],"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-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webpwnized.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":"2023-12-30T21:26:21.000Z","updated_at":"2024-08-08T21:09:40.000Z","dependencies_parsed_at":"2023-12-30T22:28:04.292Z","dependency_job_id":"5edca431-83a4-4488-b48a-1264050115ac","html_url":"https://github.com/webpwnized/dragonfly-docker","commit_stats":null,"previous_names":["webpwnized/dragonfly-docker"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpwnized","download_url":"https://codeload.github.com/webpwnized/dragonfly-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399889,"owners_count":20932880,"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":[],"created_at":"2024-11-13T01:06:29.206Z","updated_at":"2026-01-18T00:23:41.959Z","avatar_url":"https://github.com/webpwnized.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n    ____                               ______         ____             __            \n   / __ \\_________ _____ _____  ____  / __/ /_  __   / __ \\____  _____/ /_____  _____\n  / / / / ___/ __ `/ __ `/ __ \\/ __ \\/ /_/ / / / /  / / / / __ \\/ ___/ //_/ _ \\/ ___/\n / /_/ / /  / /_/ / /_/ / /_/ / / / / __/ / /_/ /  / /_/ / /_/ / /__/ ,\u003c /  __/ /    \n/_____/_/   \\__,_/\\__, /\\____/_/ /_/_/ /_/\\__, /  /_____/\\____/\\___/_/|_|\\___/_/     \n                 /____/                  /____/                                      \n\n```\n\n## Project Announcements\n\nStay updated with project announcements by following us on [Twitter](https://twitter.com/webpwnized).\n\n## TL;DR\n\nTo quickly run the Dragonfly PHP application using Docker, execute the following command:\n\n```bash\ndocker compose --file .build/docker-compose.yml up --detach\n```\n\n## Overview\n\nThis project provides containerized environments for running the Dragonfly PHP application. The directory structure is as follows:\n\n- **LICENSE**: License file for the project.\n- **README.md**: Main documentation file in Markdown format.\n- **version**: File containing version information.\n\nThe `.build` directory contains Docker-related files:\n\n- **docker compose.yml**: Docker Compose file to orchestrate container creation and networking.\n- **www**: Directory containing Dockerfile for building the `webpwnized/dragonfly:www` image.\n\nThe `.tools` directory contains utility scripts for managing the project:\n\n- **list-container-installed-packages.sh**: Script to list installed packages in containers.\n- **remove-all-images.sh**: Script to remove all Docker images.\n- **update-dragonfly-application.sh**: Script to update the Dragonfly application.\n- **git.sh**: Git utility script for managing the project repository.\n- **push-to-dockerhub.sh**: Script to push Docker images to Docker Hub.\n- **push-development-branch.sh**: Script to push changes to the development branch.\n- **start-containers.sh**: Script to start Docker containers.\n- **stop-containers.sh**: Script to stop Docker containers.\n\n## Usage\n\n1. **Building Containers**: To build the container image `webpwnized/dragonfly:www`, execute the following command from the project root:\n\n    ```bash\n    docker build --file .build/www/Dockerfile --tag webpwnized/dragonfly:www .\n    ```\n\n2. **Running Containers**: Start the containers using Docker Compose. From the project root, execute:\n\n    ```bash\n    docker compose --file .build/docker-compose.yml up --detach\n    ```\n\nOnce the containers are running, you can access the Dragonfly web interface at the following URLs:\n\n- [http://localhost](http://localhost)\n- [http://localhost:8088](http://localhost:8088)\n\nEnjoy using Dragonfly!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpwnized%2Fdragonfly-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpwnized%2Fdragonfly-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpwnized%2Fdragonfly-docker/lists"}