mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-01 17:39:11 +00:00
29 lines
773 B
YAML
29 lines
773 B
YAML
services:
|
|
ark-invest-api-rust-data-test:
|
|
container_name: ark-invest-api-rust-data-test
|
|
build:
|
|
context: .
|
|
target: test
|
|
args:
|
|
DOCKER_BUILDKIT: 1
|
|
restart: no
|
|
|
|
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
|
|
build:
|
|
context: .
|
|
target: main
|
|
args:
|
|
DOCKER_BUILDKIT: 1
|
|
restart: no
|
|
environment:
|
|
- ARK_SOURCE=Ark
|
|
# - STARTUP_CSV_MERGE=true
|
|
- STARTUP_ARK_ETF=true
|
|
volumes:
|
|
- ./data:/ark-invest-api-rust-data/data
|
|
|
|
volumes:
|
|
data:
|