expose and security
This commit is contained in:
parent
fa09ada954
commit
cd559d3954
2 changed files with 6 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
seaweedfs:
|
||||
image: chrislusf/seaweedfs:latest
|
||||
ports:
|
||||
- "9333:9333"
|
||||
- "8333:8333"
|
||||
- "8888:8888"
|
||||
expose:
|
||||
- 9333
|
||||
- 8333
|
||||
- 8888
|
||||
networks:
|
||||
- dokploy-network
|
||||
volumes:
|
||||
|
|
|
|||
2
apps/storage/security.toml
Normal file
2
apps/storage/security.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[jwt]
|
||||
filer_signing.key = "QW*VK^mTbuB90L6.onBNelnvvXccKi=*"
|
||||
Loading…
Add table
Reference in a new issue