Commit 2e56eefc authored by Robert Butora's avatar Robert Butora
Browse files

README: adds /srv/cutouts and CUTOUTS_URL with note 'for mcutout only'

parent 4f5729f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@

The JDL is an JSON-array of standard SODA parameters. Result status of a cut is appended to each array element and such JSON is included into the resulting compressed tar.gz file.

TBD...
*TBD add json-schema etc...*

+4 −2
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@ if at least on of the user's groups is allowed the access. Access rights for dat

is available from the gitlab-repository of this project.

SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets**.
SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets** (read-only).

SODA-docker's internal mount point which temporarely holds cut files is **/srv/cutouts** (read-write) for **mcutout only**.


Configuration parameters are set by these docker environment variables:
@@ -56,7 +58,7 @@ Configuration parameters are set by these docker environment variables:
| **AUTHZ_DB_SCHEMA** | schema of the authorization table |
| **AUTHZ_DB_USERNAME** | user in the DB with authorization table |
| **AUTHZ_DB_PASSWORD** | password for the DB-user |

| **CUTOUTS_URL** | access point to download resulting cuts (**mcutout only**) |

Context-root parameter uses 'tomcat syntax' in which the forward-slash path-separator is replaced with hash: vlkb#datasets -> vlkb/datasets