services: web: command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel restart: "no" env_file: - path: .env.template required: true db: env_file: - path: .env.template required: true