mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 03:06:53 +00:00
add autotest compose file
This commit is contained in:
parent
b462213727
commit
af1abd0039
11
docker-compose.test.yml
Normal file
11
docker-compose.test.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: '2'
|
||||||
|
services:
|
||||||
|
proxy:
|
||||||
|
build: .
|
||||||
|
sut:
|
||||||
|
image: alpine:3.10.1
|
||||||
|
links:
|
||||||
|
- proxy
|
||||||
|
depends_on:
|
||||||
|
- proxy
|
||||||
|
command: sh -exc "apk add --update curl && sleep 5 && exec curl --proxy http://proxy:3128 -I http://google.com/"
|
Loading…
Reference in New Issue
Block a user