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
9149ad0276
commit
0dcb7e3969
|
@ -4,53 +4,53 @@ services:
|
|||
context: ./docker/5.6/
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/colin/php-legacy:staging-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
|
||||
image: git.nixc.us/colin/php-legacy:staging-5.6-apache
|
||||
dns:
|
||||
- 9.9.9.9
|
||||
dns: "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
|
||||
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
|
||||
dns: "9.9.9.9"
|
||||
|
||||
php-version-7.2-apache:
|
||||
build:
|
||||
context: ./docker/7.2-apache
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/colin/php-legacy:staging-7.2-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
|
||||
dns: "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
|
||||
dns: "9.9.9.9"
|
||||
|
||||
php-version-8.3-apache:
|
||||
build:
|
||||
context: ./docker/8.3-apache/
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/colin/php-legacy:staging-8.3-apache
|
||||
dns:
|
||||
- 9.9.9.9
|
||||
dns: "9.9.9.9"
|
||||
|
|
Loading…
Reference in New Issue