docker-compose-configs/invidious/http3-proxy/docker-compose.yml
2024-09-12 15:44:34 -03:00

56 lines
1.3 KiB
YAML

services:
http3-proxy:
image: git.nadeko.net/fijxu/http3-proxy:latest
#container_name: invidious-http3-proxy
network_mode: "container:gluetun"
restart: unless-stopped
environment:
DISABLE_WEBP: 1
#volumes:
#- http3-socket:/app/socket:rw
#deploy:
#replicas: 1
# networks:
# gluetun_network:
# ipv4_address: 172.80.0.85
# 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
gluetun_network:
external: true
volumes:
http3-proxy-socket:
name: "http3-proxy-socket"