Skip to content

Commit 6a563d0

Browse files
committed
chore
1 parent 865a625 commit 6a563d0

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
include:
2-
- compose.yaml
31

42
services:
53

64
tests:
5+
extends:
6+
file: compose.yaml
7+
service: tests
78
# Usa a network do host para permitir acesso ao Testcontainers Cloud Agent em localhost
89
network_mode: host
9-
10-
11-
12-
# #compose.ci.yaml
13-
14-
# include:
15-
# - compose.yaml
16-
17-
# services:
18-
19-
# tests:
20-
# network_mode: host
10+

0 commit comments

Comments
 (0)