Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
baf9ef4
1
Parent(s):
bb04fea
update docker compose config
Browse files- docker-compose.yml +9 -9
docker-compose.yml
CHANGED
@@ -45,15 +45,15 @@ services:
|
|
45 |
networks:
|
46 |
- custom
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
|
58 |
networks:
|
59 |
custom:
|
|
|
45 |
networks:
|
46 |
- custom
|
47 |
|
48 |
+
tests:
|
49 |
+
build:
|
50 |
+
context: .
|
51 |
+
dockerfile: Dockerfile.Test
|
52 |
+
volumes:
|
53 |
+
- .:/home/user/app
|
54 |
+
depends_on:
|
55 |
+
- app
|
56 |
+
command: pytest tests
|
57 |
|
58 |
networks:
|
59 |
custom:
|