test: add example docker-compose
This commit is contained in:
parent
d9ecf068c9
commit
6f673e4a72
10
test/assets/docker-compose-a.yaml
Normal file
10
test/assets/docker-compose-a.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
environment:
|
||||||
|
- HTTP_PROXY=1.2.3.4:8080
|
||||||
|
image: repository:version
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime
|
10
test/assets/docker-compose-b.yaml
Normal file
10
test/assets/docker-compose-b.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
environment:
|
||||||
|
- HTTP_PROXY=4.3.2.1:8080
|
||||||
|
image: repository:version
|
||||||
|
ports:
|
||||||
|
- 10080:80
|
||||||
|
volumes:
|
||||||
|
- /usr/share/zoneinfo/UTC:/etc/localtime
|
Loading…
Reference in New Issue
Block a user