Refactor docker-compose.yml to update URLs and remove unnecessary network configurations

This commit is contained in:
2024-05-27 19:03:22 +08:00
parent 0f562fd02c
commit f74c0b4342
7 changed files with 411 additions and 9 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
# Commands
serve: down
@echo "Serving the project..."
docker compose -f docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml up --build -d
docker compose -f compose.yml up --build -d
down: pull
@echo "Stopping the project..."
docker compose -f docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml down --remove-orphans
docker compose -f compose.yml down --remove-orphans
pull:
@echo "Pulling the project..."