Skip to content
Snippets Groups Projects
Select Git revision
  • dfccd71429fae262153c044d4e22eb1826d634cf
  • master default protected
2 results

docker-compose.yml

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