Skip to content

Commit

Permalink
Merge pull request hummingbot#6907 from hummingbot/feat/update-docker…
Browse files Browse the repository at this point in the history
…-compose

fix/update docker-compose.yml
  • Loading branch information
cardosofede authored Mar 12, 2024
2 parents a24cc94 + ebef4a2 commit 6ee8151
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ services:
- ./conf:/home/hummingbot/conf
- ./conf/connectors:/home/hummingbot/conf/connectors
- ./conf/strategies:/home/hummingbot/conf/strategies
- ./conf/controllers:/home/hummingbot/conf/controllers
- ./conf/scripts:/home/hummingbot/conf/scripts
- ./logs:/home/hummingbot/logs
- ./data:/home/hummingbot/data
- ./certs:/home/hummingbot/certs
- ./scripts:/home/hummingbot/scripts
- ./controllers:/home/hummingbot/controllers
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -44,4 +48,4 @@ services:
- "./gateway_files/db:/home/gateway/db"
- "./certs:/home/gateway/certs"
environment:
- GATEWAY_PASSPHRASE=a
- GATEWAY_PASSPHRASE=a

0 comments on commit 6ee8151

Please sign in to comment.