Skip to content

Commit 72f44ec

Browse files
committed
chore: remove unused test service from Docker Compose configuration
1 parent aa21a74 commit 72f44ec

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

compose.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,22 +105,6 @@ services:
105105
entrypoint: sh
106106
command: -c /setup.sh
107107

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-
124108
volumes:
125109
minio-data:
126110
driver: local

0 commit comments

Comments
 (0)