2022-02-02 11:27:52 +01:00
|
|
|
services:
|
2023-06-01 19:00:42 +02:00
|
|
|
storagehub:
|
2024-07-10 13:14:31 +02:00
|
|
|
image: d4science/storagehub:latest
|
2022-02-02 11:27:52 +01:00
|
|
|
ports:
|
2024-03-27 12:04:49 +01:00
|
|
|
- '${APP_PORT}:8080'
|
2023-02-13 11:16:44 +01:00
|
|
|
volumes:
|
2024-03-27 12:04:49 +01:00
|
|
|
- ${JACKRABBIT_FOLDER}:/app/jackrabbit
|
|
|
|
- ${SMARTGEARS_CONFIG_FOLDER}:/etc
|
|
|
|
|