Skip to content

Commit

Permalink
docs: Adding chunk file upload in docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Sep 10, 2022
1 parent 4765237 commit ef9039a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ services:
image: vibioh/fibr
environment:
FIBR_AUTH_USERS: '${BASIC_USERS}'
FIBR_CHUNK_UPLOAD: 'true'
FIBR_EXIF_DIRECT_ACCESS: 'true'
FIBR_THUMBNAIL_DIRECT_ACCESS: 'true'
FIBR_REDIS_ADDRESS: redis:6379
FIBR_THUMBNAIL_DIRECT_ACCESS: 'true'
ports:
- '1080:1080/tcp'
volumes:
- ${DATA_DIR}:/data
- /tmp:/tmp
depends_on:
- image
- vith
Expand Down

0 comments on commit ef9039a

Please sign in to comment.