chore: sync ports to 4000s infra (4006/4011/4012) and DB pool 6432
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR /app
|
||||
ENV MODEL_PATH=/app/model/model.onnx
|
||||
ENV MODEL_INPUT_SIZE=224
|
||||
ENV ML_SERVICE_HOST=0.0.0.0
|
||||
ENV ML_SERVICE_PORT=8000
|
||||
ENV ML_SERVICE_PORT=4012
|
||||
ENV RUST_LOG=info
|
||||
|
||||
RUN pacman -Syu --noconfirm ca-certificates 2>/dev/null
|
||||
@@ -19,5 +19,5 @@ RUN pacman -Syu --noconfirm ca-certificates 2>/dev/null
|
||||
COPY --from=builder /app/target/release/zeavis-ml-service /usr/local/bin/zeavis-ml-service
|
||||
COPY Machine_Learning/model/model.onnx /app/model/model.onnx
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 4012
|
||||
CMD ["zeavis-ml-service"]
|
||||
|
||||
Reference in New Issue
Block a user