🔨(y-webrtc-signaling) dockerize y-webrtc-signaling

Dockerize y-webrtc-signaling for futur deployment.
Add a docker-compose file to run easily
the signaling server.
This commit is contained in:
Anthony LC
2024-04-08 11:59:25 +02:00
committed by Anthony LC
parent f4e4cbaa56
commit 75bb4b36d4
3 changed files with 27 additions and 13 deletions

View File

@@ -108,6 +108,7 @@ run: ## start the wsgi (production) and development server
@$(COMPOSE) up --force-recreate -d app-dev
@$(COMPOSE) up --force-recreate -d celery-dev
@$(COMPOSE) up --force-recreate -d keycloak
@$(COMPOSE) up --force-recreate -d y-webrtc-signaling
@echo "Wait for postgresql to be up..."
@$(WAIT_DB)
.PHONY: run