Skip to content

Commit 6215b5f

Browse files
committed
profiles path (in develop) set for flask not celery worker
1 parent 8f3fee0 commit 6215b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
1717
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
1818
- MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
19+
- PROFILES_PATH=/app/profiles
1920
depends_on:
2021
- redis
2122
- minio
@@ -32,7 +33,6 @@ services:
3233
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
3334
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
3435
- MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
35-
- PROFILES_PATH=/app/profiles
3636
depends_on:
3737
- redis
3838
- minio

0 commit comments

Comments
 (0)