Adjust Dockerfile for new port

This commit is contained in:
Bastian Gruber 2025-07-22 13:20:00 +02:00
parent 86a0f71690
commit 93d47352be
No known key found for this signature in database
GPG key ID: D2DF996A188CFBA2

View file

@ -45,10 +45,10 @@ USER ohttp
# Set default environment variables
ENV RUST_LOG=debug,ohttp_gateway=debug
ENV PORT=8000
ENV BACKEND_URL=http://localhost:8000
ENV BACKEND_URL=http://localhost:8080
ENV REQUEST_TIMEOUT=30
ENV KEY_ROTATION_ENABLED=false
EXPOSE 8080
EXPOSE 8000
CMD ["ohttp-gateway"]