在以下示例中,docker-compose up web 还将创建并启动 db 和 redis。3.docker-compose stop:按依赖关系顺序停止服务。在以下示例中,web 在 db 和 redis 之前停止。version:"3.7 services: web: build:. depends_on...
I have a working laravel environment using docker.my projects has multiple services in different container such as redis,mongodb,mysqldb and nodejs.I want to use supervisor on my project to interact ...