+ laravel nginx config, php84

This commit is contained in:
WP Studio
2025-09-18 17:53:09 +03:00
parent 4c410fa89f
commit 0f3d560489
12 changed files with 98 additions and 3 deletions

View File

@ -34,6 +34,12 @@ services:
service: php
build:
dockerfile: php83.Dockerfile
php84:
extends:
file: docker-compose.base.yml
service: php
build:
dockerfile: php84.Dockerfile
workspace74:
extends:
file: docker-compose.base.yml
@ -58,6 +64,12 @@ services:
service: workspace
build:
dockerfile: workspace83.Dockerfile
workspace84:
extends:
file: docker-compose.base.yml
service: workspace
build:
dockerfile: workspace84.Dockerfile
inbucket:
extends:
file: docker-compose.base.yml