Select Git revision
docker-compose.yaml
Simon Künzel authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
docker-compose.yaml 410 B
services:
videoag_api:
build: .
ports:
- 5000:5000
volumes:
- ./:/code
extra_hosts:
host.docker.internal: host-gateway
environment:
- VIDEOAG_API_CONFIG=../config/api_example_config.py
- VIDEOAG_API_LIVE_CONFIG=../config/live_config.json
- VIDEOAG_NGINX_CONFIG=/code/config/nginx_example.conf
- VIDEOAG_UWSGI_CONFIG=/code/config/uwsgi_example.ini