DevLEGO is a collection of scripts designed to help you quickly and effortlessly set up a development environment. This easy-to-use solution takes care of the initial setup, allowing you to focus on writing code.
Follow these steps to set up DevLEGO:
- Clone the repository
- Customize the configuration
- Build the environment
- Set up Nginx for access
git clone https://github.com/voidful/DevLEGO.git
docker network create devlego
- Dockerfile - change the base images
- docker-compose.yml - change username, password, container name, mount volume, etc.
- ports.sh - port setting
- version.sh - version setting
cd nginx
docker-compose up -d
docker-compose up -d
Inspire By pojntfx/pojde
Inspire By p208p2002/docker-for-ai-dev
Change Docker Default Data Directory