inital commit

This commit is contained in:
Mark Randall Havens 2025-05-23 19:36:36 -05:00
commit 0978b41afd
20 changed files with 392 additions and 0 deletions

2
scripts/up-dev.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker compose -f docker-compose.dev.yml --env-file .env.dev up -d