funkwhale/api/test.yml

18 wiersze
381 B
YAML
Czysty Zwykły widok Historia

2017-12-28 21:59:43 +00:00
version: '2'
services:
test:
build:
dockerfile: docker/Dockerfile.test
context: .
command: pytest
depends_on:
- postgres
volumes:
- .:/app
environment:
- "DJANGO_ALLOWED_HOSTS=localhost"
2017-12-28 21:59:43 +00:00
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "FUNKWHALE_URL=https://funkwhale.test"
2017-12-28 21:59:43 +00:00
postgres:
image: postgres