
mauvaisetroupe/ea-design-itEADesignIt is a lightweight open source Enterprise Architecture software that allows to create transaparency on your assets, their connections and their characteristics. This tool aims Enterprise Architects who need to document the state of their enterprises by helping them to describe their applications landscape with a minimal effort. Its purpose is to replace unmaintanable Excel files by a database repository.
This application is not an architeture diagram tool. It should preferably be ***ed as a database repository. Diagram capabilities come however in two forms :
Find complete documentation here : [***]
Source code is here : [***]
Releases : [***]
You can find docker compose samples here : [***]
Running docker-compose -f src/main/docker/app.yml up already starts up your database automatically ([***]
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production version: '3.8' services: eadesignit-app: image: mauvaisetroupe/ea-design-it environment: - _JAVA_OPTIONS=-Xmx512m -Xms256m - SPRING_PROFILES_ACTIVE=prod,api-docs - MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true - SPRING_DATASOURCE_URL=jdbc:postgresql://eadesignit-postgresql:5432/EADesignIt - SPRING_LIQUIBASE_URL=jdbc:postgresql://eadesignit-postgresql:5432/EADesignIt - JHIPSTER_SLEEP=30 # gives time for other services to boot before the application # If you want to expose these ports outside your dev PC, # remove the "127.0.0.1:" prefix ports: - 127.0.0.1:8080:8080 eadesignit-postgresql: image: postgres:14.1 # volumes: # - ~/volumes/jhipster/EADesignIt/postgresql/:/var/lib/postgresql/data/ environment: - POSTGRES_USER=EADesignIt - POSTGRES_PASSWORD= - POSTGRES_HOST_AUTH_METHOD=trust # If you want to expose these ports outside your dev PC, # remove the "127.0.0.1:" prefix ports: - 127.0.0.1:5432:5432 pgadmin: container_name: pgadmin4_container image: dpage/pgadmin4 restart: always environment: PGADMIN_DEFAULT_*** *** PGADMIN_DEFAULT_PASSWORD: root ports: - '5050:80' links: - 'eadesignit-postgresql:pgsql-server' # pgadmin, use 'pgsql-server' as server name # [***]
If you only want to start your database, and not the other services, use the Docker Compose configuration of your database:
[***]
docker-compose -f src/main/docker/postgresql.yml up
And run designIT (for example in VS code)
Juste import the following entities with provided Excel File :



探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务