Skip to content

Commit

Permalink
fix: update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jul 9, 2024
1 parent 85acb8e commit 8d92558
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ services:
- PORT=8082
- IDP_URL=http://idp:8081
- API_URL=http://api:8080
- REDIS_ADDRESS=redis:6379
- S3_URL=minio:9000
healthcheck:
test: wget --quiet --spider http://127.0.0.1:8082/v2/health || exit 1
depends_on:
Expand Down
6 changes: 5 additions & 1 deletion webdav/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ S3_URL="127.0.0.1:9000"
S3_ACCESS_KEY="voltaserve"
S3_SECRET_KEY="voltaserve"
S3_REGION="us-east-1"
S3_SECURE=false
S3_SECURE=false

# Redis
REDIS_ADDRESS="127.0.0.1:6379"
REDIS_DB=0

0 comments on commit 8d92558

Please sign in to comment.