docker-compose
-
docker-compose部署Java应用和相关依赖方式
目录docker-compose部署Java应用和相关依赖1. 下载docker-compose3. 编写docker-compose启动的yml文件4. 停止docker-compose启动程序总结docker-compose部署Java应用和相关依赖[详细]
2024-11-01 10:40 分类:开发 -
docker实践之docker-compose部署mysql方式
目录1、安装部署docker2、编写docker-compose文件3、编写配置文件和初始化文件编程客栈4、启动数据库5、检查初始化的数据6、验证远程连接总结前面用golang写了一个api server,但是要用到一些测试数据,又要方便给别[详细]
2023-11-19 13:00 分类:数据库 -
docker-compose启动springboot项目连接mysql问题
目录1、数据库配置2、打包3、编写springboot的dockerfile4、编写docker-compose.yml5、启动总结开发工具:idea[详细]
2023-03-17 08:59 分类:数据库 All file in folder is missing when docker-compse up?
I now i using github and docker. inside the git repository include many docx and xlsx files in "app/media". When i push and pull docker image.i try to docker-compose exec -it web bash to acc[详细]
2022-12-07 22:41 分类:问答How do I use the IP of a container as an ENV var of another container
I am trying to set up a docker-compose file where I have 2 services. There is a RabbitMQ broker and a publisher/consumer. In the code of the publisher/consumer, I set the connection up开发者_StackOver[详细]
2022-12-07 21:55 分类:问答How to make JavaScript fetch request from a react app docker container to a Rails API docker container within the same network?
I have a couple of docker containers within a network. A container with a frontend react project and another container with a Rails API. I\'m looking to make a request from the react project container[详细]
2022-12-07 21:53 分类:问答Problem to scrap a web service in a container from another container with selenium with different ip
I have two containers running to run prestashop and another for mysql, I raise them using docker-compose, and I access with localhost:8081 from the browser without problems. Then I need another contai[详细]
2022-12-07 20:50 分类:问答React-Nodejs app frontend does not load with docker-compose up
I have a react nodejs application and it works fine running in local but when I dockerize it and run docker-compose up, the frontend webpage never loads and the backend running as expected. I am not s[详细]
2022-12-07 18:47 分类:问答