Files
Catalyst/docker-compose.yml
josh 6e40413385
All checks were successful
Build / test (push) Successful in 9m28s
Build / release (push) Successful in 1s
Build / build (push) Successful in 25s
claude went crazy
2026-03-28 02:35:00 -04:00

14 lines
286 B
YAML

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