build-configs(update)
This commit is contained in:
parent
53196369ee
commit
6892e38d09
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue