Commit 6338f3c8d6d23d935298fbed52ae0c2b46032caa

Authored by root
1 parent 5ddca534
Exists in release

Adição do Docker compose

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
docker-compose.yml 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +version: '2'
  2 +
  3 +services:
  4 + video:
  5 + build: .
  6 + ports:
  7 + - "80:80"
  8 + environment:
  9 + - VLIBRAS_VIDEO_IP=191.234.184.118
  10 + - VLIBRAS_VIDEO_PORT=80
  11 + volumes:
  12 + - /root/volume/:/storage/
  13 + restart: always
... ...