diff --git a/Jenkinsfile b/Jenkinsfile index de55bcd..aea6753 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,9 +54,7 @@ services: rag-backend: image: ${CI_REGISTRY}/${DOCKER_IMAGE}:latest container_name: rag-backend - ports: - - "5211:5211" - - "50051:50051" + network_mode: host restart: unless-stopped environment: - ASPNETCORE_ENVIRONMENT=Production