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