9 lines
179 B
YAML
9 lines
179 B
YAML
|
|
name: fixture-repo
|
||
|
|
compose_file: docker-compose.yml
|
||
|
|
health_checks:
|
||
|
|
- name: web
|
||
|
|
url: http://localhost:8080
|
||
|
|
timeout: 30
|
||
|
|
test_command: "echo ok"
|
||
|
|
timeout: 60
|
||
|
|
cleanup: always
|