diff --git a/deploy/asapo_services_light/Dockerfile b/deploy/asapo_services_light/Dockerfile index 5a793d6f9eb2070a3eaec813222b00575ca4710c..eb34fde0a92371f5ebe9b5c37c2040b6672173d4 100644 --- a/deploy/asapo_services_light/Dockerfile +++ b/deploy/asapo_services_light/Dockerfile @@ -62,6 +62,8 @@ COPY front-dist /usr/share/nginx/html RUN mkdir -p /tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test/processed/ RUN mkdir -p /tmp/asapo/receiver/files/beamline/test/current/raw +# Link dummy beamline FS with dummy code FS +RUN ln -s /tmp/asapo/receiver/files/beamline/test/current/raw /tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test/raw RUN mkdir -p /tmp/logs/ CMD ["supervisord", "--configuration", "/etc/supervisord.conf"] diff --git a/deploy/asapo_services_light/authorizer.json b/deploy/asapo_services_light/authorizer.json index 17e3d044d1053835af1ee51e2d62252ccbe6b97d..bd84e7166a60a0090c2ed5854683c1f2d672453c 100644 --- a/deploy/asapo_services_light/authorizer.json +++ b/deploy/asapo_services_light/authorizer.json @@ -1,7 +1,7 @@ { "Port": 8412, "LogLevel":"debug", - "RootBeamtimesFolder":"/tmp/asapo/asap3", + "RootBeamtimesFolder":"/tmp/asapo/receiver/files", "CurrentBeamlinesFolder":"/tmp/asapo/beamline", "AlwaysAllowedBeamtimes":[{"beamtimeId":"asapo_test","beamline":"test","corePath":"/tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test", "beamline-path":"/tmp/asapo/receiver/files/beamline/test/current"},