-
Notifications
You must be signed in to change notification settings - Fork 0
MERGE: 将video-nginx合并到nginx中去,移除container_name 等 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
923edcd
refactor: 将video-nginx的配置迁移到nginx中
ipcjs 56fcc77
fix: 更新example, 修复config检查错误
ipcjs 1abc368
fix: minio改成动态解析域名, 防止启动顺序导致的403错误
ipcjs 7c0c67c
perf: 移除container_name, 使用默认的 $projectName + $serviceName + 1 的形式
1921d0e
perf: 给nginx的几个覆写, 添加依赖关系
94ef00a
Revert "fix: minio改成动态解析域名, 防止启动顺序导致的403错误"
fe97046
perf: track的demo添加video
3d5c858
refactor: 默认https, 需要http的时候再覆写
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| SERVER_IP_PUBLIC='58.82.168.197' | ||
| SERVER_HOSTNAME='th-track.transcodegroup.cn' | ||
| # 即使不使用https, 也要配置一个占位证书 | ||
| SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder | ||
| WEB_PORT_HTTP=80 | ||
|
|
||
| MYSQL_PASSWORD='12345678' | ||
| REDIS_PASSWORD='12345678' | ||
| MONGODB_PASSWORD='12345678' | ||
| RABBITMQ_PASSWORD='12345678' | ||
| MINIO_PASSWORD='12345678' | ||
| MAIL_PASSWORD='12345678' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| ## V2单机部署方案, 使用http | ||
| include: | ||
| - ../docker/mysql8/compose.yml | ||
| - ../docker/mysql-backup/compose.maintain.yml | ||
| - ../docker/redis/compose.yml | ||
| - ../docker/mongodb/compose.yml | ||
| - ../docker/rabbitmq/compose.yml | ||
| - ../docker/minio/compose.yml | ||
| - ../docker/maintain/compose.yml | ||
| - ../docker/jtt808/compose.yml | ||
| - path: | ||
| - ../docker/video/compose.yml | ||
| - ../docker/video/compose.storage.yml | ||
| - ../docker/video/compose.http.yml | ||
| - path: | ||
| - ../docker/nginx/compose.yml | ||
| - ../docker/nginx/compose.track.yml | ||
| - ../docker/nginx/compose.video.yml | ||
| - ../docker/nginx/compose.video.http.yml | ||
| - path: | ||
| - ../docker/web-downloader/compose.yml | ||
| - ../docker/web-downloader/compose.track.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| SERVER_HOSTNAME='vpn.transbustransportes.com.br' | ||
| SERVER_IP_PUBLIC='200.155.137.26' | ||
| SSL_CERTIFICATE=/home/docker-compose/ssl/certificate | ||
| # 证书可以先设成placeholder, 保证compose启动起来, 申请到证书之后, 再改成实际的证书路径 | ||
| SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder | ||
| # SSL_CERTIFICATE=/home/docker-compose/ssl/certificate | ||
|
|
||
| MYSQL_PASSWORD='123456' | ||
| REDIS_PASSWORD='123456' | ||
| MONGODB_PASSWORD='123456' | ||
| RABBITMQ_PASSWORD='123456' | ||
| MINIO_PASSWORD='123456' | ||
| MAIL_PASSWORD='123456' | ||
| MYSQL_PASSWORD='12345678' | ||
| REDIS_PASSWORD='12345678' | ||
| MONGODB_PASSWORD='12345678' | ||
| RABBITMQ_PASSWORD='12345678' | ||
| MINIO_PASSWORD='12345678' | ||
| MAIL_PASSWORD='12345678' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| ## 视频服务器 | ||
| VIDEO_IP=58.82.168.181 | ||
| VIDEO_HOSTNAME=livedvr.tripsdd.com | ||
| SERVER_IP_PUBLIC=58.82.168.181 | ||
| SERVER_HOSTNAME=livedvr.tripsdd.com | ||
| # 证书文件的绝对路径, 排除.crt/.key后缀, nginx使用的是 $VIDEO_SSL_CERTIFICATE.crt 和 $VIDEO_SSL_CERTIFICATE.key 两个文件 | ||
| VIDEO_SSL_CERTIFICATE=/home/docker-compose/ssl/livedvr_tripsdd_com | ||
| SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder | ||
|
|
||
| ## 网关服务器 | ||
| JTT808_HOST=103.20.204.149 | ||
|
|
||
| # RABBITMQ | ||
| RABBITMQ_HOST=1111 # 58.82.168.181 | ||
| RABBITMQ_HOST=58.82.168.182 | ||
| RABBITMQ_PORT=5672 | ||
| RABBITMQ_PASSWORD=111 # 123 | ||
| RABBITMQ_PASSWORD=123456 | ||
|
|
||
| # MINIO | ||
| MINIO_PASSWORD=11 # xxxxxxxxxxxxxxxx | ||
| MINIO_PASSWORD=123456 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| ## 视频服务器 | ||
| VIDEO_IP=58.82.168.181 | ||
| VIDEO_HOSTNAME=livedvr.tripsdd.com | ||
| SERVER_IP_PUBLIC=58.82.168.181 | ||
| SERVER_HOSTNAME=livedvr.tripsdd.com | ||
| # 证书文件的绝对路径, 排除.crt/.key后缀, nginx使用的是 $VIDEO_SSL_CERTIFICATE.crt 和 $VIDEO_SSL_CERTIFICATE.key 两个文件 | ||
| VIDEO_SSL_CERTIFICATE=/home/docker-compose/ssl/livedvr_tripsdd_com | ||
| SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder | ||
|
|
||
| ## 网关服务器 | ||
| JTT808_HOST=103.20.204.149 | ||
| JTT808_HOST=103.20.204.149 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| services: | ||
| mongodb: | ||
| container_name: mongodb | ||
| image: mongo | ||
| restart: always | ||
| privileged: true | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.