Initial Commit

This commit is contained in:
2026-03-06 04:54:20 -04:00
commit 63677bfcf5
9332 changed files with 1507319 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
whsfund:
build:
context: .
dockerfile: Dockerfile
image: registry.dwarrington.com/whsfund:${IMAGE_TAG}
container_name: whsfund
restart: always
ports:
- "5031:80"
networks:
- caddy_network
networks:
caddy_network:
external: true