This commit is contained in:
Administrator
2024-05-15 22:19:19 +08:00
parent 54a5c76961
commit ae83a86444

View File

@@ -14,12 +14,7 @@ services:
networks:
- mynetwork
nacos:
image: nacos/nacos-server:2.0.2
networks:
- mynetwork
environment:
MODE: "standalone"
library:
image: library-service
@@ -33,7 +28,6 @@ services:
ports:
- "9200:8082"
depends_on:
- nacos
- mysql
- redis
@@ -52,7 +46,6 @@ services:
ports:
- "9100:8081"
depends_on:
- nacos
- mysql
- redis