The following MINIMAL compose file can be used for starting the container
services:
rollekatalog:
image: rollekatalog/linux:2022-07-26
ports:
- 8090:8090
environment:
# basic customer information
rc.customer.cvr: "12345678"
rc.customer.apikey: "00000000-0000-4000-0000-000000000000"
# database must be running somewhere - MySQL and SQL Server is supported
spring.datasource.username: "rollekatalog"
spring.datasource.password: "00000000-0000-4000-0000-000000000000"
spring.datasource.url: "jdbc:mysql://mysql.domain.com/rollekatalog"
# SAML setup for OS2rollekatalog (url endpoints and entityId)
di.saml.sp.baseUrl: "https://kunde.rollekatalog.dk"
# SAML setup for the Identity Provider used for login
di.saml.idp.metadataLocation: "url:https://kunde.dk/adfs/sso/FederationMetadata.xml"
# SAML setup for the keystore used by OS2rollekatalog for
di.saml.keystore.location: "file:///home/cert/keystore.pfx"
di.saml.keystore.password: "password"
# If running a multi-container setup, only enable scheduling on ONE of the containers
rc.scheduled.enabled: "true"
volumes:
- ./cert:/home/cert
Content type
Image
Digest
sha256:8cd40a726…
Size
435.6 MB
Last updated
15 days ago
docker pull rollekatalog/linux:2026-09-02