Added docker-compose

This commit is contained in:
kodxana 2021-07-01 18:17:36 +02:00 committed by GitHub
parent 6b579dd4ce
commit 3123cf7ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
version: '3'
services:
websdk:
image: vshyba/websdk
ports:
- '5279:5279'
- '5280:5280'
volumes:
- ./webconf.yaml:/webconf.yaml