mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
more error handling and overwrite option
This commit is contained in:
parent
e37d413372
commit
8905c88819
8 changed files with 76 additions and 23 deletions
|
@ -13,6 +13,13 @@ services:
|
|||
- --pass
|
||||
- $DB_PASSWORD
|
||||
- file:/data/surrealdb
|
||||
restart: always
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 8GB
|
||||
reservations:
|
||||
cpus: '0.5'
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue