version: '3.3'
services:
    gh-proxy-py:
        container_name: gh-proxy-py
        ports:
            - '0.0.0.0:80:80'
        restart: always
        image: 'hunsh/gh-proxy-py:latest'