ci test uses /heath endpoint

This commit is contained in:
Youe Graillot 2021-11-14 18:37:13 +01:00
parent f2d3ec1fc2
commit 5e111f8fca

View file

@ -4,10 +4,8 @@ version: "3.9"
services: services:
ihatemoney: ihatemoney:
build: . build: .
ports:
- "8000:8000"
sut: sut:
image: alpine image: alpine
command: wget --spider ihatemoney:8000 command: sh -c 'wget -qO- ihatemoney:8000/health | grep "OK"'
depends_on: depends_on:
- ihatemoney - ihatemoney