``update Update port mappings for PocketBase, CMS, and Ionic Mobile services as per REQ0021
``
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# REQ0021
|
||||
|
||||
# related to ./scripts/dc_dev.sh
|
||||
# consider we are starting in project/002_source/docker, see dc_dev.sh
|
||||
|
||||
@@ -17,7 +19,7 @@ services:
|
||||
# environment:
|
||||
# ENCRYPTION: example #optional
|
||||
ports:
|
||||
- 8090:8090
|
||||
- 3013:8090
|
||||
volumes:
|
||||
# group custom persistant data inside docker directory
|
||||
- ./volumes/pocketbase/pb_data:/pb_data
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# REQ0021
|
||||
|
||||
services:
|
||||
cms:
|
||||
image: 192.168.10.61:5000/demo_cms_ubuntu
|
||||
@@ -7,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- ../cms:/app
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3011:3000
|
||||
working_dir: /app
|
||||
# command: /app/scripts/docker/entrypoint.sh
|
||||
command: sleep infinity
|
||||
@@ -97,7 +99,7 @@ services:
|
||||
# volumes:
|
||||
# - ../ionic_mobile:/app
|
||||
# ports:
|
||||
# - 5173:5173
|
||||
# - 3012:5173
|
||||
# - 8081:8080
|
||||
# working_dir: /app
|
||||
# command: /app/scripts/docker/entrypoint.sh
|
||||
|
Reference in New Issue
Block a user