-
Notifications
You must be signed in to change notification settings - Fork 5
/
docker-compose.yml
45 lines (44 loc) · 1.22 KB
/
docker-compose.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
version: '3'
services:
php8test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php8-test
build:
context: .
dockerfile: php8/Dockerfile
php8-zts-test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php8-zts-test
build:
context: .
dockerfile: php8/Dockerfile.zts
php8-fedora40-gcc14:
stdin_open: true
image: ruslanosmanov/pecl-eio-php8-fedora40-test
build:
context: .
dockerfile: php8/Dockerfile.fedora40-gcc14
php7test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php7-test
build:
context: .
dockerfile: php7/Dockerfile
php7-zts-test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php7-zts-test
build:
context: .
dockerfile: php7/Dockerfile.zts
php5test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php5-test
build:
context: .
dockerfile: php5/Dockerfile
php5-zts-test:
stdin_open: true
image: ruslanosmanov/pecl-eio-php5-zts-test
build:
context: .
dockerfile: php5/Dockerfile.zts