PHP Classes

File: vendor/io-developer/php-whois/docker-compose.tests.full.yml

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   vendor/io-developer/php-whois/docker-compose.tests.full.yml   Download  
File: vendor/io-developer/php-whois/docker-compose.tests.full.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change:
Date: 12 days ago
Size: 1,079 bytes
 

Contents

Class file image Download
version: '3' services: php-7.2: volumes: - php72:/workdir - "./src:/workdir/src:ro" - "./tests:/workdir/tests:ro" - "./composer.json:/workdir/composer.json:ro" build: context: . dockerfile: Dockerfile-tests args: IMAGE: php:7.2-cli-alpine PACKAGES: git zip unzip icu-dev PHPMODS: intl php-7.3: volumes: - php73:/workdir - "./src:/workdir/src:ro" - "./tests:/workdir/tests:ro" - "./composer.json:/workdir/composer.json:ro" build: context: . dockerfile: Dockerfile-tests args: IMAGE: php:7.3-cli-alpine PACKAGES: git zip unzip icu-dev PHPMODS: intl php-7.4: volumes: - php74:/workdir - "./src:/workdir/src:ro" - "./tests:/workdir/tests:ro" - "./composer.json:/workdir/composer.json:ro" build: context: . dockerfile: Dockerfile-tests args: IMAGE: php:7.4-rc-cli-alpine PACKAGES: git zip unzip icu-dev PHPMODS: intl volumes: php72: php73: php74: