Update docker-compose.yml

This commit is contained in:
Nacim
2025-06-16 04:14:21 +02:00
committed by GitHub
parent 50e5831071
commit 6c3a98af04

View File

@@ -6,7 +6,7 @@ services:
container_name: presidio-analyzer
restart: unless-stopped
ports:
- "3000"
- "5001"
environment:
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=en
healthcheck:
@@ -20,7 +20,7 @@ services:
container_name: presidio-anonymizer
restart: unless-stopped
ports:
- "3000"
- "5002"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
interval: 30s