ihatemoney/docker-compose.test.yml
2021-11-14 18:37:13 +01:00

11 lines
252 B
YAML

# This is used by Github actions to ensure docker images build properly.
version: "3.9"
services:
ihatemoney:
build: .
sut:
image: alpine
command: sh -c 'wget -qO- ihatemoney:8000/health | grep "OK"'
depends_on:
- ihatemoney