mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
ci test uses /heath endpoint
This commit is contained in:
parent
f2d3ec1fc2
commit
5e111f8fca
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue