Update home authored by Ingo Pfennigstorf's avatar Ingo Pfennigstorf
...@@ -7,8 +7,8 @@ Log in into the gitlab docker registry with your gwdg credentials (user@gwdg.de) ...@@ -7,8 +7,8 @@ Log in into the gitlab docker registry with your gwdg credentials (user@gwdg.de)
After a successful login you need to pull the docker image with `docker pull docker.gitlab.gwdg.de/subugoe/checkfolder:master`. After a successful login you need to pull the docker image with `docker pull docker.gitlab.gwdg.de/subugoe/checkfolder:master`.
``` ```
export APP_ENV=dev; export APP_ENV=prod;
export APP_DEBUG=1; export APP_DEBUG=0;
export APP_SECRET=06782aefc63220f4c530ec5eff8f8781; export APP_SECRET=06782aefc63220f4c530ec5eff8f8781;
export GOOBI_HOST=gdz-wrk3.sub.uni-goettingen.de; export GOOBI_HOST=gdz-wrk3.sub.uni-goettingen.de;
export GOOBI_USERNAME=gdzdevdocker; export GOOBI_USERNAME=gdzdevdocker;
...@@ -19,5 +19,7 @@ export S3_STORAGE_KEY=xxx; ...@@ -19,5 +19,7 @@ export S3_STORAGE_KEY=xxx;
export S3_STORAGE_SECRET=xxx; export S3_STORAGE_SECRET=xxx;
export INDEXER_DOMAIN=http://134.76.18.25:8083; export INDEXER_DOMAIN=http://134.76.18.25:8083;
docker pull docker.gitlab.gwdg.de/subugoe/checkfolder:master
docker run -it --rm -e GOOBI_HOST -e GOOBI_USERNAME -e GOOBI_PASSWORD -e GOOBI_ROOT -e S3_STORAGE_ENDPOINT -e S3_STORAGE_KEY -e S3_STORAGE_SECRET -e INDEXER_DOMAIN --name checkfolder-run docker.gitlab.gwdg.de/subugoe/checkfolder:master docker run -it --rm -e GOOBI_HOST -e GOOBI_USERNAME -e GOOBI_PASSWORD -e GOOBI_ROOT -e S3_STORAGE_ENDPOINT -e S3_STORAGE_KEY -e S3_STORAGE_SECRET -e INDEXER_DOMAIN --name checkfolder-run docker.gitlab.gwdg.de/subugoe/checkfolder:master
``` ```
\ No newline at end of file