docker-compose.yml 220 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 version: '2' services: video: build: ./video ports: - "80:80" environment: - VLIBRAS_VIDEO_IP=<VIDEO-HOST-IP> - VLIBRAS_VIDEO_PORT=80 volumes: - .:/storage/ restart: always