claude went crazy
All checks were successful
Build / test (push) Successful in 9m28s
Build / release (push) Successful in 1s
Build / build (push) Successful in 25s

This commit is contained in:
2026-03-28 02:35:00 -04:00
parent d7d4bbc099
commit 6e40413385
22 changed files with 2167 additions and 787 deletions

View File

@@ -3,4 +3,11 @@ services:
image: ${REGISTRY:-gitea.thewrightserver.net/josh}/catalyst:${TAG:-latest}
restart: unless-stopped
ports:
- "${PORT:-3000}:80"
- "${PORT:-3000}:3000"
volumes:
- catalyst-data:/app/data
environment:
- NODE_ENV=production
volumes:
catalyst-data: