We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865a625 commit 6a563d0Copy full SHA for 6a563d0
1 file changed
src/16-docker-outside-of-docker/compose.ci.yaml
@@ -1,20 +1,10 @@
1
-include:
2
- - compose.yaml
3
4
services:
5
6
tests:
+ extends:
+ file: compose.yaml
7
+ service: tests
8
# Usa a network do host para permitir acesso ao Testcontainers Cloud Agent em localhost
9
network_mode: host
-
10
11
12
-# #compose.ci.yaml
13
14
-# include:
15
-# - compose.yaml
16
17
-# services:
18
19
-# tests:
20
-# network_mode: host
+
0 commit comments