# docker-compose **Repository Path**: silencegwc/docker-compose ## Basic Information - **Project Name**: docker-compose - **Description**: 部署文件 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-07-05 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1,项目地址 前端项目地址: https://gitee.com/fly-iot/fly-iot-frontend 后端项目地址: https://gitee.com/fly-iot/fly-iot-backend-python docker-compose 项目地址: https://gitee.com/fly-iot/docker-compose ## 2,支持两种数据库 默认的是docker-compose 是 Postgres 数据库,比较稳定。 ``` docker-compose -f docker-compose-postgres.yml up -d ``` 导出工具: ``` pg_dump -d actorcloud -U actorcloud -f postgres-all-dump.sql ``` ## 3,Mysql数据库的版本 v2.0 支持 Mysql 的版本: ``` docker-compose -f docker-compose-mysql.yml up -d ``` ## 4,启动成功访问 http://localhost:8080/ 默认的用户名密码: ``` admin_email: admin@fly-iot.com admin_password: public ``` ## 4,相关的资料整理在CSDN栏目 包括项目的发现,整理,自己摸索整理的。 https://blog.csdn.net/freewebsys/category_12219758.html