mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
12 lines
187 B
YAML
12 lines
187 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
ihatemoney:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
sut:
|
|
image: alpine
|
|
command: wget --spider ihatemoney:8000
|
|
depends_on:
|
|
- ihatemoney
|