"update service port configuration and docker setup"

This commit is contained in:
louiscklaw
2025-06-11 12:37:22 +08:00
parent cc4d035f97
commit f487427b2c
4 changed files with 50 additions and 17 deletions

View File

@@ -1,9 +1,14 @@
services:
frontend:
command: "sleep infinity"
command: 'sleep infinity'
mobile:
command: "sleep infinity"
command: 'sleep infinity'
cms_backend:
command: "sleep infinity"
command: 'sleep infinity'
postgres:
# container_name: postgres
ports:
- '5432:5432'