1 Star 0 Fork 1

于艳涛 / tiktok

forked from 0202zc / tiktok 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
0202zc 提交于 2023-02-22 15:24 . change gin to hertz
version: '3'
x-minio-common: &minio-common
image: quay.io/minio/minio:v1.0.0
command: server --console-address ":9001" http://minio{1...4}/data{1...2}
expose:
- "9000"
environment:
MINIO_ROOT_USER: tiktokMinio
MINIO_ROOT_PASSWORD: tiktokMinio
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
services:
Etcd:
image: 'bitnami/etcd:v1.0.0'
environment:
- ALLOW_NONE_AUTHENTICATION=yes
ports:
- 2379:2380
dousheng-api:
image: '1.12.68.184:5000/dousheng-api-hertz:v1.0.0'
volumes:
- type: bind
source: ./config
target: /app/config
ports:
- 8089:8089
- 8081:8081
- 8082:8082
- 8083:8083
- 8084:8084
- 8085:8085
- 8086:8086
dousheng-rpc-commentsrv:
image: '1.12.68.184:5000/dousheng-rpc-commentsrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
dousheng-rpc-messagesrv:
image: '1.12.68.184:5000/dousheng-rpc-messagesrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
dousheng-rpc-relationsrv:
image: '1.12.68.184:5000/dousheng-rpc-relationsrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
dousheng-rpc-videosrv:
image: '1.12.68.184:5000/dousheng-rpc-videosrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
dousheng-rpc-usersrv:
image: '1.12.68.184:5000/dousheng-rpc-usersrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
dousheng-rpc-favoritesrv:
image: '1.12.68.184:5000/dousheng-rpc-favoritesrv:v1.0.0'
network_mode: 'service:dousheng-api'
volumes:
- type: bind
source: ./config
target: /app/config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yu-yantao/tiktok.git
git@gitee.com:yu-yantao/tiktok.git
yu-yantao
tiktok
tiktok
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891