Update newt-pangolin.yaml
This commit is contained in:
parent
c25e4c7057
commit
496bafca1f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ services:
|
|||
image: fosrl/newt:latest
|
||||
environment:
|
||||
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-https://pangolin.domain.tld}
|
||||
- NEWT_ID=${NEWT_ID:-2ix2t8xk22ubpfy}
|
||||
- NEWT_SECRET=${NEWT_SECRET:-nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2}
|
||||
- NEWT_ID=${NEWT_ID:?}
|
||||
- NEWT_SECRET=${NEWT_SECRET:?}
|
||||
healthcheck:
|
||||
test: ["CMD", "newt", "--version"]
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Reference in a new issue