Compare commits
No commits in common. "cb3d4e1f0f9b21e315b7f2d10c75ee8a4ce285a9" and "1b93dab47f0624dba6cf9acd1bb7788f8d1ce74b" have entirely different histories.
cb3d4e1f0f
...
1b93dab47f
|
@ -136,7 +136,7 @@ namespace KLHZ.Trader.Core.Declisions.Services
|
|||
}
|
||||
else if (uptrendStarts)
|
||||
{
|
||||
//declisionAction = DeclisionTradeAction.OpenLong;
|
||||
declisionAction = DeclisionTradeAction.OpenLong;
|
||||
}
|
||||
else if (downtrendEnds)
|
||||
{
|
||||
|
|
|
@ -4,6 +4,8 @@ services:
|
|||
container_name: klhz_trader
|
||||
image: klhz_trader
|
||||
hostname: klhz_trader
|
||||
ports:
|
||||
- 8080:8080
|
||||
build:
|
||||
context: .
|
||||
dockerfile: KLHZ.Trader.Service/Dockerfile
|
||||
|
|
|
@ -33,13 +33,12 @@ services:
|
|||
- "-c"
|
||||
- "log_statement=all"
|
||||
environment:
|
||||
POSTGRES_PASSWORD: "${PG_PWD}"
|
||||
POSTGRES_PASSWORD: QW12cv9001
|
||||
POSTGRES_DB: trading
|
||||
volumes:
|
||||
- traderdata:/var/lib/postgresql/data
|
||||
|
||||
prometheus:
|
||||
hostname: prometheus
|
||||
image: prom/prometheus
|
||||
container_name: prometheus
|
||||
ports:
|
||||
|
@ -65,7 +64,6 @@ services:
|
|||
hostname: loki
|
||||
image: grafana/loki:latest
|
||||
container_name: loki
|
||||
restart: always
|
||||
ports:
|
||||
- "2300:3100"
|
||||
volumes:
|
||||
|
@ -88,4 +86,6 @@ volumes:
|
|||
traderdata:
|
||||
prom_data:
|
||||
graphana:
|
||||
loki_data:
|
||||
loki_data:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue