forked from LBRYCommunity/lbry-sdk
Added docker-compose
This commit is contained in:
parent
6b579dd4ce
commit
3123cf7ac6
1 changed files with 9 additions and 0 deletions
9
docker/docker-compose.yml
Normal file
9
docker/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: '3'
|
||||
services:
|
||||
websdk:
|
||||
image: vshyba/websdk
|
||||
ports:
|
||||
- '5279:5279'
|
||||
- '5280:5280'
|
||||
volumes:
|
||||
- ./webconf.yaml:/webconf.yaml
|
Loading…
Reference in a new issue