Skip to content

TheovTW/docker-dev-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Docker Dev Stack

Lightweight and extensible development environment based on Docker Compose. Currently includes:

  • PHP 8.2
  • MariaDB 10.6
  • PostgreSQL 16

πŸ“¦ Setup

  1. Clone the repository
  2. Create your .env file from the example:

🌐 Access

  • 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)

πŸ› οΈ Notes

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published