docker-compose-configs/invidious/http3-proxy/docker-compose.yml

50 lines
1.1 KiB
YAML

services:
http3-proxy:
image: git.nadeko.net/fijxu/http3-proxy:latest
#container_name: invidious-http3-proxy
restart: unless-stopped
environment:
DISABLE_WEBP: 1
#volumes:
#- http3-socket:/app/socket:rw
deploy:
replicas: 2
# http3-proxy-test:
# image: git.nadeko.net/fijxu/http3-proxy:latest
# restart: unless-stopped
# environment:
# DISABLE_WEBP: 1
# volumes:
# - http3-proxy-socket:/app/socket:rw
# http3-proxy-nginx:
# image: nginx:latest
# restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
# depends_on:
# - http3-proxy
# ports:
# - "127.0.0.1:10012:3000"
# - "100.64.0.4:10012:3000"
#
# http3-proxy-nginx-unix:
# image: nginx:latest
# restart: unless-stopped
# volumes:
# - ./nginx-unix.conf:/etc/nginx/nginx.conf:ro
# - type: bind
# source: /run/http3-proxy-nginx
# target: /tmp
# depends_on:
# - http3-proxy
networks:
default:
name: invidious
external: true
volumes:
http3-proxy-socket:
name: "http3-proxy-socket"