mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
progress bar, fix docker
This commit is contained in:
parent
8b3311ff21
commit
ee15b46ae2
8 changed files with 71 additions and 25 deletions
|
@ -26,13 +26,8 @@ services:
|
|||
context: .
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- DB_USER=$DB_USER
|
||||
- DB_PASSWORD=$DB_PASSWORD
|
||||
- WIKIDATA_LANG=$WIKIDATA_LANG
|
||||
- FILE_FORMAT=$FILE_FORMAT
|
||||
- FILE_NAME=$FILE_NAME
|
||||
restart: no
|
||||
tty: true
|
||||
depends_on:
|
||||
- surrealdb
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue