45 lines
2.3 KiB
Markdown
45 lines
2.3 KiB
Markdown
---
|
|
tags: docker
|
|
---
|
|
|
|
# description
|
|
|
|
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 | | status |
|
|
| -------- | ---------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
|
|
| DB | [https://demo_ls_db.louislabs.com](https://demo_ls_db.louislabs.com) | 3013 |  |
|
|
| cms | [https://demo_ls_cms.louislabs.com](https://demo_ls_cms.louislabs.com) | 3011 |  |
|
|
| mobile | [https://demo_ls_mobile.louislabs.com](https://demo_ls_mobile.louislabs.com) | 3012 |  |
|
|
| T.B.A. | T.B.A. | 3014 | |
|
|
| T.B.A. | T.B.A. | 3015 | |
|
|
| T.B.A. | T.B.A. | 3016 | |
|
|
| T.B.A. | T.B.A. | 3017 | |
|
|
| T.B.A. | T.B.A. | 3018 | |
|
|
| T.B.A. | T.B.A. | 3019 | |
|
|
| T.B.A. | T.B.A. | 3010 | |
|
|
|
|
## status panel
|
|
|
|
[https://status.iamon99.com/status/demo-ls](https://status.iamon99.com/status/demo-ls)
|
|
|
|
## TODO
|
|
|
|
pending separated ssl certificate, currently using shared affine.louislabs.com
|