docker-compose.yml 226 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 version: '2' services: video: build: . ports: - "80:80" environment: - VLIBRAS_VIDEO_IP=191.234.184.118 - VLIBRAS_VIDEO_PORT=80 volumes: - /root/volume/:/storage/ restart: always