docker
This commit is contained in:
parent
bc46210cb7
commit
32f515cadc
|
@ -7,8 +7,6 @@ services:
|
|||
restart: always
|
||||
expose:
|
||||
- "8000"
|
||||
environment:
|
||||
- HOST_IP_ADDR=$HOST_IP_ADDR
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8000/api/products || exit 1
|
||||
interval: 5s
|
||||
|
|
Loading…
Reference in New Issue