mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
14 lines
428 B
YAML
14 lines
428 B
YAML
services:
|
|
ark-invest-api-rust-data:
|
|
image: ghcr.io/nexveridian/ark-invest-api-rust-data:latest
|
|
container_name: ark-invest-api-rust-data
|
|
restart: unless-stopped
|
|
environment:
|
|
- ARK_SOURCE=ApiIncremental
|
|
# - STARTUP_CSV_MERGE=true
|
|
# - STARTUP_ARK_ETF=true
|
|
volumes:
|
|
- ./data:/ark-invest-api-rust-data/data
|
|
|
|
volumes:
|
|
data:
|