Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
ab591bc
1
Parent(s):
8b2ec11
update workflow
Browse files- docker-compose.yml +3 -3
docker-compose.yml
CHANGED
@@ -7,7 +7,7 @@ services:
|
|
7 |
ports:
|
8 |
- "8001:8000"
|
9 |
volumes:
|
10 |
-
- .:/
|
11 |
depends_on:
|
12 |
- prometheus
|
13 |
|
@@ -17,7 +17,7 @@ services:
|
|
17 |
ports:
|
18 |
- "8002:8000"
|
19 |
volumes:
|
20 |
-
- .:/
|
21 |
depends_on:
|
22 |
- prometheus
|
23 |
|
@@ -52,7 +52,7 @@ services:
|
|
52 |
context: .
|
53 |
dockerfile: Dockerfile.Test
|
54 |
volumes:
|
55 |
-
- .:/
|
56 |
depends_on:
|
57 |
- app
|
58 |
command: pytest tests
|
|
|
7 |
ports:
|
8 |
- "8001:8000"
|
9 |
volumes:
|
10 |
+
- .:/app
|
11 |
depends_on:
|
12 |
- prometheus
|
13 |
|
|
|
17 |
ports:
|
18 |
- "8002:8000"
|
19 |
volumes:
|
20 |
+
- .:/app
|
21 |
depends_on:
|
22 |
- prometheus
|
23 |
|
|
|
52 |
context: .
|
53 |
dockerfile: Dockerfile.Test
|
54 |
volumes:
|
55 |
+
- .:/app
|
56 |
depends_on:
|
57 |
- app
|
58 |
command: pytest tests
|