``update Add Docker build and deployment workflow for CMS and Ionic Mobile, update docker-compose.yml with new service images, and enhance documentation with strategy diagram and endpoint table
``
This commit is contained in:
@@ -6,6 +6,22 @@ tags: docker
|
||||
|
||||
docker and public endpoint
|
||||
|
||||
## strategy
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
A["next build"]
|
||||
B["docker build"]
|
||||
A --> B --> deploy --> run
|
||||
```
|
||||
|
||||
1. build on develop machine
|
||||
1. docker build on develop machine (include source code)
|
||||
1. push image to production machine
|
||||
1. run image to production machine
|
||||
|
||||
## endpoint table
|
||||
|
||||
| function | address | |
|
||||
| -------- | ---------------------------- | ---- |
|
||||
| DB | demo_ls_db.louislabs.com | 3013 |
|
||||
|
Reference in New Issue
Block a user