php-legacy/docker-compose.staging.yml

37 lines
894 B
YAML

version: '3.9'
services:
php-version-7.1:
build:
context: ./docker/7.1/
dockerfile: Dockerfile
image: git.nixc.us/colin/php-legacy:staging-7.1
dns:
- 9.9.9.9
php-version-7.1-apache:
build:
context: ./docker/7.1-apache
dockerfile: Dockerfile
image: git.nixc.us/colin/php-legacy:staging-7.1-apache
dns:
- 9.9.9.9
php-version-5.6:
build:
context: ./docker/5.6/
dockerfile: Dockerfile
image: git.nixc.us/colin/php-legacy:staging-5.6
dns:
- 9.9.9.9
php-version-5.6-apache:
build:
context: ./docker/5.6-apache/
dockerfile: Dockerfile
image: git.nixc.us/colin/php-legacy:staging-5.6-apache
dns:
- 9.9.9.9
php-version-7.4:
build:
context: ./docker/7.4/
dockerfile: Dockerfile
image: git.nixc.us/colin/php-legacy:staging-7.4
dns:
- 9.9.9.9