diff --git a/docker-compose.yml b/docker-compose.yml index b2c45132d9..d375ee4b24 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -44,4 +48,4 @@ services: - "./gateway_files/db:/home/gateway/db" - "./certs:/home/gateway/certs" environment: - - GATEWAY_PASSPHRASE=a \ No newline at end of file + - GATEWAY_PASSPHRASE=a