Update docker-compose.staging.yml
This commit is contained in:
parent
c8b0313773
commit
ba32bb17ae
|
@ -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
|
||||
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
|
Loading…
Reference in New Issue