update prod script,

This commit is contained in:
louiscklaw
2025-06-13 18:11:57 +08:00
parent d767108fcf
commit 08d6727dca
12 changed files with 53 additions and 3662 deletions

View File

@@ -11,8 +11,8 @@ services:
- 10001:8080
volumes:
- ../frontend:/app
working_dir: '/app'
command: './dev.sh'
working_dir: "/app"
command: "./scripts/20_prod.sh"
mobile:
image: 192.168.10.61:5000/hksingleparty_mobile
@@ -22,8 +22,8 @@ services:
- 10004:3000
volumes:
- ../mobile:/app
working_dir: '/app'
command: './dev.sh'
working_dir: "/app"
command: "./scripts/20_prod.sh"
cms_backend:
image: 192.168.10.61:5000/demo_minimal_kit_backend
@@ -36,8 +36,8 @@ services:
- 10003:5555
volumes:
- ../cms_backend:/app
working_dir: '/app'
command: './dev.sh'
working_dir: "/app"
command: "./scripts/20_prod.sh"
postgres:
image: postgres:14.1-alpine
@@ -45,6 +45,6 @@ services:
env_file:
- .env
expose:
- '5432'
- "5432"
volumes:
- db:/var/lib/postgresql/data