build-configs(update)

This commit is contained in:
Oliver Davies 2023-05-09 20:12:07 +01:00
parent 53196369ee
commit 6892e38d09

View file

@ -28,7 +28,7 @@ x-app: &default-app
tty: true tty: true
services: services:
web: web:
<<: [*default-proxy, *default-app] <<: [*default-proxy, *default-app]
build: build:
context: . context: .
@ -36,7 +36,7 @@ services:
depends_on: depends_on:
- php - php
profiles: [web] profiles: [web]
php: php:
<<: *default-app <<: *default-app
build: build: