mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
13 lines
260 B
YAML
13 lines
260 B
YAML
# This is used by Github actions to ensure docker images build properly.
|
|
version: "3.9"
|
|
|
|
services:
|
|
ihatemoney:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
sut:
|
|
image: alpine
|
|
command: wget --spider ihatemoney:8000
|
|
depends_on:
|
|
- ihatemoney
|