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-stage.sh Executable file
View file

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