Skip to content

Commit b047565

Browse files
committed
add reject-lists test service
1 parent 8773468 commit b047565

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ services:
6161
profiles: ['tests']
6262
ports:
6363
- 3002:3000
64+
reject-lists:
65+
image: nginx:1.29
66+
ports:
67+
- 8140:80
68+
volumes:
69+
- ./lists:/usr/share/nginx/html/lists:ro

0 commit comments

Comments
 (0)