7 Star 42 Fork 19

devlive-community/infosphere

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
qianmoQ 提交于 2024-07-17 10:54 . 支持右键菜单创建文档
version: '3.8'
services:
infosphere-mysql:
image: mysql:latest
environment:
MYSQL_ROOT_PASSWORD: 12345678
MYSQL_DATABASE: infosphere
ports:
- "3306:3306"
volumes:
- ./configure/initializer/infosphere.sql:/docker-entrypoint-initdb.d/schema.sql
infosphere-app:
image: devliveorg/infosphere:latest
environment:
SPRING_DATASOURCE_URL: jdbc:mysql://infosphere-mysql:3306/infosphere
SPRING_DATASOURCE_USERNAME: root
SPRING_DATASOURCE_PASSWORD: 12345678
restart: always
ports:
- "19099:19099"
depends_on:
- infosphere-mysql
volumes:
- ./configure/docker/application.properties:/opt/app/infosphere/configure/application.properties
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/devlive-community/infosphere.git
git@gitee.com:devlive-community/infosphere.git
devlive-community
infosphere
infosphere
dev

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385