Skip to content

Commit ce29cde

Browse files
committed
docker compose profile loading example
1 parent 435199a commit ce29cde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose-develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ services:
3232
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
3333
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
3434
- MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
35+
- PROFILES_PATH=/app/profiles
3536
depends_on:
3637
- redis
3738
- minio
39+
volumes:
40+
- ./tests/data/rocrate_validator_profiles:/app/profiles:ro
3841

3942
redis:
4043
image: "redis:alpine"

0 commit comments

Comments
 (0)