24 lines
322 B
YAML
24 lines
322 B
YAML
#
|
|
# REQ0180 service port schedule
|
|
#
|
|
services:
|
|
frontend:
|
|
command: "sleep infinity"
|
|
ports:
|
|
- 8080:8080
|
|
|
|
mobile:
|
|
command: "sleep infinity"
|
|
ports:
|
|
- 3000:3000
|
|
|
|
cms_backend:
|
|
command: "sleep infinity"
|
|
ports:
|
|
- 7272:7272
|
|
- 5555:5555
|
|
|
|
postgres:
|
|
ports:
|
|
- 5432:5432
|