Containerized version of hapifyMe: a PHP-based app designed for local dev and Automation Testing.
144
This repository contains the web server image for HapifyMe, a PHP-based social networking application.
This image is designed for educational purposes, specifically as a target application for learning Test Automation (Selenium, RestAssured, etc.). It provides a consistent, isolated environment for students to practice frontend and backend testing without needing complex local server setups (like XAMPP).
mysqli, pdo, pdo_mysql extensions enabled)Docker Hub often asks for categories or lets you add tags.
php, apache, testing, selenium, education, social-networkThis image is intended to be run via docker-compose alongside a MySQL database container.
Example Usage:
services:
web:
image: georgedatq/hapifyme:v1
ports:
- "8080:80"
environment:
- DB_HOST=db
- DB_USER=hapify_user
- DB_PASS=secret123
- DB_NAME=hapify_social
Content type
Image
Digest
sha256:0ff9b642a…
Size
311.8 MB
Last updated
8 months ago
docker pull georgedatq/hapifyme:v1