Fetch the repository succeeded.
This action will force synchronization from DoubleJin/jin-microservices, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
version: '3.9'
services:
hyperf:
container_name: hyperf
image: hyperf/hyperf:8.0-alpine-v3.15-swoole-v4.8
hostname: hyperf
restart: always
privileged: true
ports:
- 9501:9501
- 9502:9502
- 9503:9503
volumes:
- /Users/linjinjin/Documents/dnmp/www:/data/www
tty: true
networks:
- hyperf_networks
nacos:
container_name: nacos
image: nacos/nacos-server:v2.1.0
environment:
- MODE=standalone
- JVM_XMS=512m
- JVM_XMN=256m
hostname: nacos
restart: always
ports:
- 8848:8848
networks:
- hyperf_networks
rabbitmq:
container_name: rabbit
image: rabbitmq:3.9.2
hostname: rabbit
restart: always
ports:
- 15672:15672
- 5672:5672
networks:
- hyperf_networks
redis:
container_name: redis
image: redis:7.0
restart: always
hostname: redis
ports:
- 6379:6379
networks:
- hyperf_networks
elk:
container_name: elk
image: sebp/elk:7.17.1
restart: always
hostname: elk
ports:
- 5601:5601
- 9200:9200
- 5044:5044
networks:
- hyperf_networks
dtm:
image: yedf/dtm:1.14
container_name: dtm
hostname: dtm
restart: always
ports:
- "36789:36789"
- "36790:36790"
networks:
- hyperf_networks
zipkin:
image: openzipkin/zipkin:2
container_name: zipkin
hostname: zipkin
restart: always
ports:
- "9411:9411"
networks:
- hyperf_networks
networks:
hyperf_networks:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。