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:
|
services:
|
||||||
seaweedfs:
|
seaweedfs:
|
||||||
image: chrislusf/seaweedfs:latest
|
image: chrislusf/seaweedfs:latest
|
||||||
ports:
|
expose:
|
||||||
- "9333:9333"
|
- 9333
|
||||||
- "8333:8333"
|
- 8333
|
||||||
- "8888:8888"
|
- 8888
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
volumes:
|
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