"update service port configuration and docker setup"
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user