mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* codebase: Remove web frontend and related services * refactor: Update StartPPROF to accept context and adjust related tests * refactor: Simplify SetIfZero functions and update related tests * config: Clarify DowngradeConfig method documentation regarding permanent removal of deprecated fields * refactor: Rename setIfZeroAndWarn to setDefaultIfZeroWarn for clarity and update related calls * refactor: Update error handling in DataHistoryManager and remove redundant error variable
9 lines
98 B
YAML
9 lines
98 B
YAML
version: '3'
|
|
|
|
services:
|
|
daemon:
|
|
build: .
|
|
ports:
|
|
- "9052:9052"
|
|
- "9053:9053"
|