Jeen optimized kyri his code backend+front.
Some checks failed
CI Pipeline / Setup Dependencies (push) Has been cancelled
CI Pipeline / Check Dependency Updates (push) Has been cancelled
CI Pipeline / Lint & Format Check (push) Has been cancelled
CI Pipeline / Unit Tests (push) Has been cancelled
CI Pipeline / Integration Tests (push) Has been cancelled
CI Pipeline / Build Application (push) Has been cancelled
CI Pipeline / Docker Build & Test (push) Has been cancelled
CI Pipeline / Security Scan (push) Has been cancelled
CI Pipeline / Deployment Readiness (push) Has been cancelled
Some checks failed
CI Pipeline / Setup Dependencies (push) Has been cancelled
CI Pipeline / Check Dependency Updates (push) Has been cancelled
CI Pipeline / Lint & Format Check (push) Has been cancelled
CI Pipeline / Unit Tests (push) Has been cancelled
CI Pipeline / Integration Tests (push) Has been cancelled
CI Pipeline / Build Application (push) Has been cancelled
CI Pipeline / Docker Build & Test (push) Has been cancelled
CI Pipeline / Security Scan (push) Has been cancelled
CI Pipeline / Deployment Readiness (push) Has been cancelled
This commit is contained in:
parent
6be97672f9
commit
09c983d605
42 changed files with 22403 additions and 1981 deletions
|
@ -87,26 +87,26 @@ services:
|
|||
echo 'MinIO buckets created successfully';
|
||||
"
|
||||
|
||||
# ClamAV Antivirus Scanner
|
||||
clamav:
|
||||
image: clamav/clamav:latest
|
||||
container_name: ai-renamer-clamav-dev
|
||||
ports:
|
||||
- "3310:3310"
|
||||
volumes:
|
||||
- clamav_dev_data:/var/lib/clamav
|
||||
networks:
|
||||
- ai-renamer-dev
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CLAMAV_NO_FRESHCLAMD: "false"
|
||||
CLAMAV_NO_CLAMD: "false"
|
||||
healthcheck:
|
||||
test: ["CMD", "clamdscan", "--ping"]
|
||||
interval: 60s
|
||||
timeout: 30s
|
||||
retries: 3
|
||||
start_period: 300s
|
||||
# ClamAV Antivirus Scanner (commented out for ARM64 compatibility)
|
||||
# clamav:
|
||||
# image: clamav/clamav:latest
|
||||
# container_name: ai-renamer-clamav-dev
|
||||
# ports:
|
||||
# - "3310:3310"
|
||||
# volumes:
|
||||
# - clamav_dev_data:/var/lib/clamav
|
||||
# networks:
|
||||
# - ai-renamer-dev
|
||||
# restart: unless-stopped
|
||||
# environment:
|
||||
# CLAMAV_NO_FRESHCLAMD: "false"
|
||||
# CLAMAV_NO_CLAMD: "false"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "clamdscan", "--ping"]
|
||||
# interval: 60s
|
||||
# timeout: 30s
|
||||
# retries: 3
|
||||
# start_period: 300s
|
||||
|
||||
# Mailhog for email testing
|
||||
mailhog:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue