Skip to content

Commit

Permalink
(feat) update compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasgaudino committed Nov 15, 2024
1 parent 23c0286 commit 394d6ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ version: "3.9"

services:
backend-api:
build: .
container_name: backend-api
image: hummingbot/backend-api:latest
ports:
- "8000:8000"
volumes:
- ./bots:/backend-api/bots
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- .env
environment:
- BROKER_HOST=emqx
- BROKER_PORT=1883
- USERNAME=admin
- PASSWORD=admin
networks:
- emqx-bridge
emqx:
Expand Down

0 comments on commit 394d6ec

Please sign in to comment.