14 lines
286 B
YAML
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:
|