fix: build from image and extends conflict
This commit is contained in:
parent
e630bb034c
commit
1c82643dca
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
|
@ -155,7 +155,6 @@ from compose_viz.extends import Extends
|
|||
('tests/in/001010.yaml',Compose([
|
||||
Service(
|
||||
name='web',
|
||||
image='build from .',
|
||||
depends_on=['db','redis'],
|
||||
extends=Extends(service_name='redis'),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue