Skip to content
Snippets Groups Projects
Select Git revision
  • cb272aa8e1381d830a98d9ce389e26c0053ddb26
  • main default
  • full_migration
  • v1.0.9 protected
  • v1.0.8 protected
  • v1.0.7 protected
  • v1.0.6 protected
  • v1.0.5 protected
  • v1.0.4 protected
  • v1.0.3 protected
  • v1.0.2 protected
  • v1.0.1 protected
  • v1.0 protected
13 results

docker-compose.yaml

Blame
  • 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