We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa21a74 commit 72f44ecCopy full SHA for 72f44ec
compose.yml
@@ -105,22 +105,6 @@ services:
105
entrypoint: sh
106
command: -c /setup.sh
107
108
- # Test service for running tests
109
- test:
110
- build:
111
- context: .
112
- dockerfile: Dockerfile.dev
113
- profiles:
114
- - dev
115
- environment:
116
- - DEBUG=true
117
- - PYTHONPATH=/app:/tests
118
- volumes:
119
- - ./tests:/tests:ro
120
- - ./src:/app/src:ro
121
- working_dir: /tests
122
- command: ["python", "-m", "pytest"]
123
-
124
volumes:
125
minio-data:
126
driver: local
0 commit comments