``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
|
# related to ./scripts/dc_dev.sh
|
||||||
# consider we are starting in project/002_source/docker, see dc_dev.sh
|
# consider we are starting in project/002_source/docker, see dc_dev.sh
|
||||||
|
|
||||||
@@ -17,7 +19,7 @@ services:
|
|||||||
# environment:
|
# environment:
|
||||||
# ENCRYPTION: example #optional
|
# ENCRYPTION: example #optional
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 3013:8090
|
||||||
volumes:
|
volumes:
|
||||||
# group custom persistant data inside docker directory
|
# group custom persistant data inside docker directory
|
||||||
- ./volumes/pocketbase/pb_data:/pb_data
|
- ./volumes/pocketbase/pb_data:/pb_data
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
# REQ0021
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cms:
|
cms:
|
||||||
image: 192.168.10.61:5000/demo_cms_ubuntu
|
image: 192.168.10.61:5000/demo_cms_ubuntu
|
||||||
@@ -7,7 +9,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ../cms:/app
|
- ../cms:/app
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3011:3000
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
# command: /app/scripts/docker/entrypoint.sh
|
# command: /app/scripts/docker/entrypoint.sh
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
@@ -97,7 +99,7 @@ services:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - ../ionic_mobile:/app
|
# - ../ionic_mobile:/app
|
||||||
# ports:
|
# ports:
|
||||||
# - 5173:5173
|
# - 3012:5173
|
||||||
# - 8081:8080
|
# - 8081:8080
|
||||||
# working_dir: /app
|
# working_dir: /app
|
||||||
# command: /app/scripts/docker/entrypoint.sh
|
# command: /app/scripts/docker/entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user