refactor get url

This commit is contained in:
Elijah McMorris 2024-06-08 05:58:59 +00:00
parent 23e8655632
commit a4617e1128
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 31 additions and 30 deletions

View file

@ -16,6 +16,10 @@ Create data folder next to docker-compose.yml
`docker compose up --pull always`
If build the parquet file from the first time use: `ARK_SOURCE=ApiFull` or `ARK_SOURCE=ArkFundsIoFull`
Afterwards use `ARK_SOURCE=ApiIncremental`
# Changing the data source
In docker-compose.yml, change the data source by changing the environment variable
```