mirror of
https://github.com/wahyd4/tig-stack.git
synced 2026-08-28 22:46:21 +10:00
14 lines
209 B
YAML
14 lines
209 B
YAML
---
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- docker-compose -f docker-compose-circleci.yml up -d
|
|
- sleep 30
|
|
- docker-compose logs
|
|
|
|
script:
|
|
- wget http://localhost:3001 -O grafana.html
|