Compare commits
2 Commits
develop/de
...
develop/re
Author | SHA1 | Date | |
---|---|---|---|
![]() |
46f784d587 | ||
![]() |
66b9bf5bdd |
9
01_Requirements/REQ0181/index.md
Normal file
9
01_Requirements/REQ0181/index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
tags: frontend, side-menu
|
||||||
|
---
|
||||||
|
|
||||||
|
# REQ0181 frontend side menu configuration
|
||||||
|
|
||||||
|
## sources
|
||||||
|
|
||||||
|
`src/layouts/nav-config-dashboard.tsx`
|
7
01_Requirements/REQ0182/index.md
Normal file
7
01_Requirements/REQ0182/index.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
tags: frontend, side-menu
|
||||||
|
---
|
||||||
|
|
||||||
|
# REQ0182 frontend product details
|
||||||
|
|
||||||
|
## sources
|
@@ -158,3 +158,5 @@
|
|||||||
- [REQ0169: DemoStorageExample](./REQ0169/index.md)
|
- [REQ0169: DemoStorageExample](./REQ0169/index.md)
|
||||||
- [REQ0170: DemoWeatherAppUi](./REQ0170/index.md)
|
- [REQ0170: DemoWeatherAppUi](./REQ0170/index.md)
|
||||||
- [REQ0180: REQ0180 service port schedule](./REQ0180/index.md)
|
- [REQ0180: REQ0180 service port schedule](./REQ0180/index.md)
|
||||||
|
- [REQ0181: REQ0181 frontend side menu configuration](./REQ0181/index.md)
|
||||||
|
- [REQ0182: REQ0182 frontend product details](./REQ0182/index.md)
|
||||||
|
@@ -1,14 +1,23 @@
|
|||||||
|
#
|
||||||
|
# REQ0180 service port schedule
|
||||||
|
#
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
command: 'sleep infinity'
|
command: "sleep infinity"
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
|
||||||
mobile:
|
mobile:
|
||||||
command: 'sleep infinity'
|
command: "sleep infinity"
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
|
||||||
cms_backend:
|
cms_backend:
|
||||||
command: 'sleep infinity'
|
command: "sleep infinity"
|
||||||
|
ports:
|
||||||
|
- 7272:7272
|
||||||
|
- 5555:5555
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
# container_name: postgres
|
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- 5432:5432
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
#
|
||||||
|
# REQ0180 service port schedule
|
||||||
|
#
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
driver: local
|
driver: local
|
||||||
|
Reference in New Issue
Block a user