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(
|
Service(
|
||||||
name="frontend",
|
name="frontend",
|
||||||
image="awesome/webapp",
|
image="awesome/webapp",
|
||||||
|
ports=["8000:5000"],
|
||||||
),
|
),
|
||||||
Service(
|
Service(
|
||||||
name="monitoring",
|
name="monitoring",
|
||||||
image="awesome/monitoring",
|
image="awesome/monitoring",
|
||||||
|
ports=["8000:5010"],
|
||||||
volumes=[
|
volumes=[
|
||||||
Volume(source="db-data", target="/data"),
|
Volume(source="db-data", target="/data"),
|
||||||
Volume(
|
Volume(
|
||||||
|
|
Loading…
Reference in a new issue