dashboard/.woodpecker.yml

17 lines
321 B
YAML
Raw Normal View History

2022-04-27 11:39:20 +00:00
pipeline:
backend:
image: python
environment:
- DATABSE_URL=postgres://postgres:password@database:5432/postgres
commands:
- pip install virtualenv
- make env
- make lint
- make test
services:
database:
image: postgres
environment:
- POSTGRES_PASSWORD=password