17 lines
270 B
YAML
17 lines
270 B
YAML
version: '3.3'
|
|
services:
|
|
app:
|
|
image: hunsh/gh-proxy-py:latest
|
|
container_name: "gh-proxy-py"
|
|
ports:
|
|
- 13001:80
|
|
restart:
|
|
unless-stopped
|
|
networks:
|
|
nginx:
|
|
aliases:
|
|
- gh-proxy-py
|
|
|
|
networks:
|
|
nignx:
|
|
external: true |