English | 简体中文

In addition to the built-in basic environments with go1.24 and node-18, it also provides docker-compose files for commonly used middleware components. You can enter the letsfly directory, find the tools you need, and quickly launch them.
The basic environment uses the debian-all image.
It has built-in go1.24 and node-18 for development use.

| Software | Version | Mapped Port | How to Launch | Demo |
|---|---|---|---|---|
| MySQL | 5.7 | 3306 | letsfly/dev/mysql-5.7 | Expand to view ...![]() |
| Redis | 7.4.2 | 6379 | letsfly/dev/redis | Expand to view ...![]() |
| MongoDB | 5.0.5 | 27017 | letsfly/dev/mongo-5.0.5 | Expand to view ...![]() |
| PostgreSQL | 17.4 | 5432 | letsfly/dev/postgres-17.4 | Expand to view ...![]() |
By default, the port is mapped to port 8888 of the development environment. After launching the project, add port 8888 in the IDE's Port mapping, then access http://localhost:8888.
Please click the first column to view detailed usage instructions.
Let's build a useful basic environment together.
Everyone is welcome to use it, fork it, submit PRs, and raise issues.