mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
25 lines
740 B
YAML
25 lines
740 B
YAML
version: "3"
|
|
services:
|
|
ark-invest-api-rust-data:
|
|
image: ghcr.io/NexVeridian/ark-invest-api-rust-data:latest
|
|
# image: ark-invest-api-rust-data
|
|
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
|
|
|
|
# ark-invest-api-rust-data-test:
|
|
# container_name: ark-invest-api-rust-data-test
|
|
# build:
|
|
# context: .
|
|
# target: test
|
|
# args:
|
|
# DOCKER_BUILDKIT: 1
|
|
# restart: no
|
|
|
|
volumes:
|
|
data:
|