This commit is contained in:
parent
e1dc715dd0
commit
6dea22e4dd
@ -1,6 +1,6 @@
|
|||||||
FROM rust:1.34 AS riffol_build
|
FROM rust:1.34 AS riffol_build
|
||||||
|
|
||||||
RUN cargo install riffol
|
RUN cargo install --git https://github.com/shimunn/riffol.git --branch print_error
|
||||||
|
|
||||||
FROM nginx:mainline
|
FROM nginx:mainline
|
||||||
|
|
||||||
|
@ -108,6 +108,6 @@ healthcheck server {
|
|||||||
checks [
|
checks [
|
||||||
"http://127.0.0.1:8082"
|
"http://127.0.0.1:8082"
|
||||||
]
|
]
|
||||||
interval 15
|
interval 16
|
||||||
timeout 15
|
timeout 15
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user