Skip to content

Commit

Permalink
change version in docker-compose (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: ordonez <ordonez@zmt.swiss>
  • Loading branch information
JavierGOrdonnez and ordonez authored Aug 22, 2024
1 parent 0ffae71 commit 8d4b8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
io.simcore.description: '{"description":"Module to allow conversion of files
between various formats such as CSV, JSON, YAML, XLS, XLSX, NWB"}'
io.simcore.key: '{"key":"simcore/services/comp/file-format-converter"}'
io.simcore.version: '{"version":"0.1.1"}'
io.simcore.version: '{"version":"0.1.2"}'
io.simcore.integration-version: '{"integration-version":"1.0.0"}'
io.simcore.type: '{"type":"computational"}'
io.simcore.authors: '{"authors":[{"name":"Shailesh Appukuttan","email":"appukuttan.shailesh@gmail.com","affiliation":"INT,
Expand All @@ -21,11 +21,11 @@ services:
format","description":"required format of the output file","type":"ref_contentSchema","contentSchema":{"title":"target_format","default":"json","enum":["csv","json","yaml","xls","xlsx","nwb","parquet","feather","pkl","xml","toml","h5","hdf5"]}}}}'
io.simcore.outputs: '{"outputs":{"output_1":{"displayOrder":1.0,"label":"converted
file","description":"path to the converted file","type":"data:*/*","fileToKeyMap":{"output.zip":"output_1"}}}}'
org.label-schema.build-date: 2024-08-22T09:22:33+0000
org.label-schema.build-date: 2024-08-22T13:03:10+0000
org.label-schema.schema-version: '1.0'
org.label-schema.vcs-ref: ''
org.label-schema.vcs-url: ''
simcore.service.restart-policy: no-restart
simcore.service.settings: '[{"name":"Resources","type":"Resources","value":{"Limits":{"NanoCPUs":1000000000,"MemoryBytes":2147483648}}}]'
target: production
image: simcore/services/comp/file-format-converter:0.1.1
image: simcore/services/comp/file-format-converter:0.1.2

0 comments on commit 8d4b8d5

Please sign in to comment.