Adjust Dockerfile for new port
This commit is contained in:
parent
86a0f71690
commit
93d47352be
1 changed files with 2 additions and 2 deletions
|
|
@ -45,10 +45,10 @@ USER ohttp
|
||||||
# Set default environment variables
|
# Set default environment variables
|
||||||
ENV RUST_LOG=debug,ohttp_gateway=debug
|
ENV RUST_LOG=debug,ohttp_gateway=debug
|
||||||
ENV PORT=8000
|
ENV PORT=8000
|
||||||
ENV BACKEND_URL=http://localhost:8000
|
ENV BACKEND_URL=http://localhost:8080
|
||||||
ENV REQUEST_TIMEOUT=30
|
ENV REQUEST_TIMEOUT=30
|
||||||
ENV KEY_ROTATION_ENABLED=false
|
ENV KEY_ROTATION_ENABLED=false
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["ohttp-gateway"]
|
CMD ["ohttp-gateway"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue