mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
13 lines
248 B
YAML
13 lines
248 B
YAML
|
reconcile-csv:
|
||
|
image: vimagick/openrefine-reconcile-csv
|
||
|
ports:
|
||
|
- "8000:8000"
|
||
|
volumes:
|
||
|
- ./data:/data
|
||
|
environment:
|
||
|
- JAVA_OPTS=-Xmx2g
|
||
|
- CSV_FILE=input.csv
|
||
|
- SEARCH_COLUMN=name
|
||
|
- ID_COLUMN=id
|
||
|
restart: unless-stopped
|