initial commit

This commit is contained in:
gwg313 2026-01-15 12:21:18 -05:00
commit 976b4f88cc
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
11 changed files with 249 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
To run use docker-compose or podman-compose
```bash
podman-compose down
podman system prune -f
podman-compose build --no-cache
podman-compose up
```