fix: fix 011100 test case error
This commit is contained in:
parent
87422471be
commit
56d8c6aaa7
1 changed files with 2 additions and 0 deletions
|
@ -670,10 +670,12 @@ from compose_viz.volume import Volume, VolumeType
|
|||
Service(
|
||||
name="frontend",
|
||||
image="awesome/webapp",
|
||||
ports=["8000:5000"],
|
||||
),
|
||||
Service(
|
||||
name="monitoring",
|
||||
image="awesome/monitoring",
|
||||
ports=["8000:5010"],
|
||||
volumes=[
|
||||
Volume(source="db-data", target="/data"),
|
||||
Volume(
|
||||
|
|
Loading…
Reference in a new issue