drawDB
Free, simple, and intuitive online database design tool and SQL generator.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
drawdb:
container_name: drawdb
image: xinsodev/drawdb
ports:
- 3000:80
restart: alwaysResources
Website: https://www.drawdb.app/
GitHub: https://github.com/drawdb-io/drawdb
Docker Hub (xinsodev): https://hub.docker.com/r/xinsodev/drawdb
Configuration: See the Docker Hub page