forked from fabiocicerchia/nginx-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.test.yml
More file actions
54 lines (53 loc) · 1.2 KB
/
docker-compose.test.yml
File metadata and controls
54 lines (53 loc) · 1.2 KB
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
version: "3.7"
services:
nginx-lua:
image: fabiocicerchia/nginx-lua:latest
ports:
- 8080:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
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
alpine:
image: fabiocicerchia/nginx-lua:1-alpine
ports:
- 8090:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
ubuntu:
image: fabiocicerchia/nginx-lua:1-ubuntu
ports:
- 8091:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
debian:
image: fabiocicerchia/nginx-lua:1-debian
ports:
- 8092:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
fedora:
image: fabiocicerchia/nginx-lua:1-fedora
ports:
- 8093:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
centos:
image: fabiocicerchia/nginx-lua:1-centos
ports:
- 8094:80
volumes:
- ./test/nginx-lua.conf:/etc/nginx/nginx.conf
sut:
build: .
command: echo pass