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
services:
web:
web:
<<: [*default-proxy, *default-app]
build:
context: .
@ -36,7 +36,7 @@ services:
depends_on:
- php
profiles: [web]
php:
<<: *default-app
build: