add scicat-rocrate-qa

This commit is contained in:
fpotier
2026-06-26 11:10:00 +02:00
parent bd69a00c49
commit 4605a16ed2
2 changed files with 38 additions and 0 deletions
+13
View File
@@ -493,6 +493,19 @@ services:
volumes:
- /opt/webcontent/rocrate-dev/dev:/ro-crate:rw
scicat-rocrate-qa:
image: gitea.psi.ch/data-catalog-services/scicat-rocrate:2.5.2
container_name: scicat-rocrate-qa
restart: always
networks:
- backend
environment:
- QUARKUS_REST_CLIENT_SCICAT_URL=https://dacat-qa.psi.ch
- QUARKUS_REST_CLIENT_S3BROKER_URL=https://s3-broker.qa.psi.ch
- QUARKUS_HTTP_LIMITS_MAX_BODY_SIZE=10G
volumes:
- /opt/webcontent/rocrate-dev/qa:/ro-crate:rw
networks:
public:
backend: