``update Update port mappings for PocketBase, CMS, and Ionic Mobile services as per REQ0021``

This commit is contained in:
louiscklaw
2025-05-24 05:47:43 +08:00
parent 368af36acd
commit db9d3fbffd
2 changed files with 7 additions and 3 deletions

View File

@@ -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