diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 00e79ac..5475ef0 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -1,13 +1,26 @@ -version: '3.8' - +version: '3.9' services: - netdata-parent: - build: - context: ./docker/netdata/ - dockerfile: Dockerfile - image: git.nixc.us/colin/netdata:staging-parent - netdata-child: - build: - context: ./docker/child/ - dockerfile: Dockerfile - image: git.nixc.us/colin/netdata:staging-child \ No newline at end of file + php-version-7.1: + build: ./docker/7.1/ + context: Dockerfile + image: git.nixc.us/colin/php-legacy:staging-7.1 + php-version-7.1-apache: + build: ./docker/7.1-apache + context: Dockerfile + image: git.nixc.us/colin/php-legacy:staging-7.1-apache + php-version-5.6: + build: ./docker/5.6/ + context: Dockerfile + image: git.nixc.us/colin/php-legacy:staging-5.6 + dns: + - 9.9.9.9 + php-version-5.6-apache: + build: ./docker/5.6-apache/ + context: Dockerfile + image: git.nixc.us/colin/php-legacy:staging-5.6-apache + dns: + - 9.9.9.9 + php-version-7.4: + build: ./docker/7.4/ + context: Dockerfile + image: git.nixc.us/colin/php-legacy:staging-7.4 \ No newline at end of file