- remove php 73 containers

* remove nodejs install from src builds
* fix composer auth secret path links
This commit is contained in:
2023-05-08 22:06:12 +03:00
parent 38cb19818a
commit fc044a1185
15 changed files with 34 additions and 367 deletions

View File

@ -7,12 +7,6 @@ services:
service: php-fpm
build:
dockerfile: php56.Dockerfile
php73:
extends:
file: docker-compose.base.yml
service: php-fpm
build:
dockerfile: php73.Dockerfile
php74:
extends:
file: docker-compose.base.yml
@ -25,12 +19,6 @@ services:
service: php-fpm
build:
dockerfile: php81.Dockerfile
workspace73:
extends:
file: docker-compose.base.yml
service: workspace
build:
dockerfile: workspace73.Dockerfile
workspace74:
extends:
file: docker-compose.base.yml
@ -43,13 +31,3 @@ services:
service: workspace
build:
dockerfile: workspace81.Dockerfile
secrets:
user_ssh_key:
file: ~/.ssh/id_rsa
user_known_hosts:
file: ~/.ssh/known_hosts
composer1_auth:
file: ~/.composer/auth.json
composer2_auth:
file: ~/.config/composer/auth.json