key
This commit is contained in:
parent
8744344938
commit
74875885ab
2 changed files with 5 additions and 4 deletions
|
|
@ -2,9 +2,9 @@ services:
|
|||
seaweedfs:
|
||||
image: chrislusf/seaweedfs:latest
|
||||
container_name: seaweedfs
|
||||
ports:
|
||||
- "9333:9333"
|
||||
- "8333:8333" # S3 API endpoint stays open for Next.js/Go apps
|
||||
expose:
|
||||
- 9333
|
||||
- 8333 # S3 API endpoint stays open for Next.js/Go apps
|
||||
volumes:
|
||||
- seaweedfs_data:/data
|
||||
# Mount your credentials file directly into the container
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
],
|
||||
"actions": ["Admin", "Read", "Write"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"signingKey": "QW*VK^mTbuB90L6.onBNelnvvXccKi=*"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue