version: '3.3' services: app: image: hunsh/gh-proxy-py:latest container_name: "gh-proxy-py" ports: - 13001:80 restart: unless-stopped