Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyingting committed Oct 1, 2023
1 parent 688e64e commit 7d221f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- BI_DB_PORT=3306
- BI_DB_DATABASE=bingo
- BI_DB_USERNAME=bingo
- BI_DB_PASSWORD=P@ssw0rd
- BI_DB_PASSWORD=microservices
- BI_AMQP_URI=amqp://rabbitmq:5672/
- BI_REMOTE_BG_HTTP_ADDR=bg:8000
- BI_JAEGER_ADDR=http://jaeger:14268/api/traces
Expand All @@ -101,7 +101,7 @@ services:
context: .
dockerfile: go/app/bs/Dockerfile
ports:
- 8080:8080
- 18080:8080
environment:
- BS_DB_DRIVER=mysql
- BS_DB_HOST=mysql
Expand Down

0 comments on commit 7d221f0

Please sign in to comment.