mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* feat: add Checkcle security & compliance tool to catalog * docs(checkcle): add default login credentials to docker-compose
19 lines
337 B
YAML
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: {}
|