mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
makefile
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# Makefile for the project
|
||||||
|
|
||||||
|
# Variables
|
||||||
|
|
||||||
|
# Commands
|
||||||
|
serve: down
|
||||||
|
@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
|
||||||
|
down: pull
|
||||||
|
@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
|
||||||
|
|
||||||
|
pull:
|
||||||
|
@echo "Pulling the project..."
|
||||||
|
git pull
|
||||||
Reference in New Issue
Block a user