Files
templates/blueprints/checkcle/docker-compose.yml
Jainil Prajapati 149654a580 feat: add Checkcle security & compliance tool to catalog (#389)
* feat: add Checkcle security & compliance tool to catalog

* docs(checkcle): add default login credentials to docker-compose
2025-09-25 20:33:28 -06:00

19 lines
337 B
YAML

#Default id pass Username: admin@example.com Password: Admin123456
version: "3.9"
services:
checkcle:
image: operacle/checkcle:latest
restart: unless-stopped
expose:
- 8090
volumes:
- checkcle-data:/mnt/pb_data
ulimits:
nofile:
soft: 4096
hard: 8192
volumes:
checkcle-data: {}