mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
11 lines
266 B
YAML
11 lines
266 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 'sleep 5; wget -qO- ihatemoney:8000/healthcheck | grep "OK"'
|
|
depends_on:
|
|
- ihatemoney
|