Lightweight and extensible development environment based on Docker Compose. Currently includes:
- PHP 8.2
- MariaDB 10.6
- PostgreSQL 16
- Clone the repository
- Create your
.env
file from the example:
- PHP Site β https://localhost:8082 for php 8.2 version
- MariaDB β localhost:3306 (user: root, password from .env)
- PostgreSQL β localhost:5432 (user: postgres, password from .env)
- Database data is persisted in Docker volumes (mariadb_106_data, postgres_16_data).
- To reset everything (
β οΈ this will erase all data):docker compose down -v