Refactor docker-compose.yml to remove unnecessary network configurations

This commit is contained in:
2024-05-27 19:47:42 +08:00
parent 792e6a1a9d
commit 95d0b36384
2 changed files with 178 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,7 @@
networks:
default:
external: true
name: ${NETWORK:-web}
net:
external: true
name: ${NETWORK:-web}
@@ -9,4 +12,3 @@ include:
- compose/apps.yml
- emqx-docker/docker-compose.yml
- LibreChat/docker-compose.yml
- LibreChat/docker-compose.override.yml