Added base directories, configs, and script

This commit is contained in:
Allen
2023-07-27 18:05:35 -05:00
commit e2006ff020
8 changed files with 373 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
CURRENT_PATH="$(dirname -- "${BASH_SOURCE[0]}")"
docker-compose -f $CURRENT_PATH/docker-compose.yml down