From 9149ad0276b90e24916ee03b49244e44d4a8e106 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 13 Nov 2024 07:47:20 -0500 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 7f34b61..a6843ee 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -4,45 +4,53 @@ services: context: ./docker/5.6/ dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-5.6 - dns: - - 9.9.9.9 + dns: "9.9.9.9" php-version-5.6-apache: build: context: ./docker/5.6-apache/ dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-5.6-apache - dns: - - 9.9.9.9 + dns: "9.9.9.9" php-version-7.1: build: context: ./docker/7.1/ dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-7.1 + dns: "9.9.9.9" php-version-7.1-apache: build: context: ./docker/7.1-apache dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-7.1-apache + dns: "9.9.9.9" + + php-version-7.2-apache: + build: + context: ./docker/7.2-apache + dockerfile: Dockerfile.production + image: git.nixc.us/colin/php-legacy:production-7.2-apache + dns: "9.9.9.9" php-version-7.4: build: context: ./docker/7.4/ dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-7.4 + dns: "9.9.9.9" php-version-7.4-apache: build: context: ./docker/7.4-apache dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-7.4-apache + dns: "9.9.9.9" php-version-8.3-apache: build: context: ./docker/8.3-apache/ dockerfile: Dockerfile.production image: git.nixc.us/colin/php-legacy:production-8.3-apache - dns: - + dns: "9.9.9.9"