chore: Update docker-compose configuration to use host network instead of web network

This commit is contained in:
2024-05-18 15:58:22 +08:00
parent c47df54b07
commit cdcf9d6493
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
# Commands # Commands
serve: down serve: down
@echo "Serving the project..." @echo "Serving the project..."
docker compose -f production.yml -f ./flarum/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 docker-compose.yml -f ./flarum/docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml up --build -d
down: pull down: pull
@echo "Stopping the project..." @echo "Stopping the project..."
docker compose -f production.yml -f ./flarum/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 docker-compose.yml -f ./flarum/docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml down --remove-orphans
pull: pull:
@echo "Pulling the project..." @echo "Pulling the project..."