-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
docker-compose.test.yml
68 lines (67 loc) · 1.76 KB
/
docker-compose.test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
version: "3.7"
services:
nginx-lua:
image: fabiocicerchia/nginx-lua:latest
ports:
- 8080:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
nginx:
image: nginx:latest
ports:
- 8081:80
volumes:
- ./test/nginx-non-lua.conf:/etc/nginx/nginx.conf
openresty:
image: openresty/openresty:latest
ports:
- 8082:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
almalinux:
image: fabiocicerchia/nginx-lua:1-almalinux
ports:
- 8090:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
alpine:
image: fabiocicerchia/nginx-lua:1-alpine
ports:
- 8090:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
amazonlinux:
image: fabiocicerchia/nginx-lua:1-amazonlinux
ports:
- 8090:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
ubuntu:
image: fabiocicerchia/nginx-lua:1-ubuntu
ports:
- 8091:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
debian:
image: fabiocicerchia/nginx-lua:1-debian
ports:
- 8092:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
fedora:
image: fabiocicerchia/nginx-lua:1-fedora
ports:
- 8093:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
- ./test/tests.conf.d:/etc/nginx/tests.conf.d
sut:
build: .
command: echo pass