version: "3" services: vod: build: . image: registry.audio-lab.org/kaltura-nginx restart: always ports: - 8001:80 volumes: - ./nginx.conf:/usr/local/nginx/conf/nginx.conf:ro - ./videos/:/var/www/html/videos/:ro