7 Star 40 Fork 4

安木鸡 / sentiment-analyzer

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
docker-compose.yaml 518 Bytes
Copy Edit Raw Blame History
version: "3"
services:
logic:
build:
context: ./sa-logic
dockerfile: Dockerfile
ports:
- 5000:5000
webapp:
build:
context: ./sa-webapp
dockerfile: Dockerfile
depends_on:
- logic
ports:
- 8080:8080
environment:
- API_HOST=http://logic:5000
frontend:
build:
context: ./sa-frontend
dockerfile: Dockerfile
args:
VUE_APP_API_HOST: http://127.0.0.1:8080
depends_on:
- webapp
ports:
- 3000:80
Go
1
https://gitee.com/jwma/sentiment-analyzer.git
git@gitee.com:jwma/sentiment-analyzer.git
jwma
sentiment-analyzer
sentiment-analyzer
master

Search