- Runs MySQL 8 in Docker with persistent storage.
- Includes phpMyAdmin for easy database management.
- Periodically syncs data from AWS Aurora (overwrites dev changes).
- Supports excluding certain tables from data transfer.
- Docker Desktop (latest)
- duplicate .env.example and fill required fields
- or source a .env file from a teammate
docker-compose up -dbash scripts/sync_prod_to_dev.sh- db host will be localhost:3366 by default
- not a typo, 3366
- phpmyadmin can be accessed at localhost:8888
