Initial commit - Current state of vip-coordinator

This commit is contained in:
2026-01-24 09:30:26 +01:00
commit aa900505b9
96 changed files with 31868 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: dev build deploy
dev:
docker-compose -f docker-compose.dev.yml up --build
build:
docker-compose -f docker-compose.prod.yml build
deploy:
docker-compose -f docker-compose.prod.yml up -d