Update docker-compose.staging.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
89b0da5fe1
commit
57c1d0617b
|
@ -1,19 +1,4 @@
|
||||||
version: '3.9'
|
|
||||||
services:
|
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:
|
php-version-5.6:
|
||||||
build:
|
build:
|
||||||
context: ./docker/5.6/
|
context: ./docker/5.6/
|
||||||
|
@ -21,6 +6,7 @@ services:
|
||||||
image: git.nixc.us/colin/php-legacy:staging-5.6
|
image: git.nixc.us/colin/php-legacy:staging-5.6
|
||||||
dns:
|
dns:
|
||||||
- 9.9.9.9
|
- 9.9.9.9
|
||||||
|
|
||||||
php-version-5.6-apache:
|
php-version-5.6-apache:
|
||||||
build:
|
build:
|
||||||
context: ./docker/5.6-apache/
|
context: ./docker/5.6-apache/
|
||||||
|
@ -28,6 +14,23 @@ services:
|
||||||
image: git.nixc.us/colin/php-legacy:staging-5.6-apache
|
image: git.nixc.us/colin/php-legacy:staging-5.6-apache
|
||||||
dns:
|
dns:
|
||||||
- 9.9.9.9
|
- 9.9.9.9
|
||||||
|
|
||||||
|
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-7.4:
|
php-version-7.4:
|
||||||
build:
|
build:
|
||||||
context: ./docker/7.4/
|
context: ./docker/7.4/
|
||||||
|
@ -35,10 +38,19 @@ services:
|
||||||
image: git.nixc.us/colin/php-legacy:staging-7.4
|
image: git.nixc.us/colin/php-legacy:staging-7.4
|
||||||
dns:
|
dns:
|
||||||
- 9.9.9.9
|
- 9.9.9.9
|
||||||
|
|
||||||
|
php-version-7.4-apache:
|
||||||
|
build:
|
||||||
|
context: ./docker/7.4-apache
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: git.nixc.us/colin/php-legacy:staging-7.4-apache
|
||||||
|
dns:
|
||||||
|
- 9.9.9.9
|
||||||
|
|
||||||
php-version-8.3-apache:
|
php-version-8.3-apache:
|
||||||
build:
|
build:
|
||||||
context: ./docker/8.3-apache/
|
context: ./docker/8.3-apache/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/php-legacy:staging-8.3-apache
|
image: git.nixc.us/colin/php-legacy:staging-8.3-apache
|
||||||
dns:
|
dns:
|
||||||
- 9.9.9.9
|
- 9.9.9.9
|
||||||
|
|
Loading…
Reference in New Issue