feat: move daemon to docker with daily schedule and deduplication
All checks were successful
Deployment / deploy-docker (push) Successful in 17s
All checks were successful
Deployment / deploy-docker (push) Successful in 17s
This commit is contained in:
@@ -10,6 +10,16 @@ services:
|
||||
- "9009:9009"
|
||||
volumes:
|
||||
- questdb_data:/root/.questdb
|
||||
restart: always
|
||||
|
||||
fetcher:
|
||||
build: .
|
||||
container_name: trading_fetcher
|
||||
depends_on:
|
||||
- questdb
|
||||
restart: always
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
|
||||
volumes:
|
||||
questdb_data:
|
||||
|
||||
Reference in New Issue
Block a user