all repos — FixYouTube-legacy @ 5849992f3d4a49ae36ba6074cd0235a6897dd966

A better way to embed YouTube videos everywhere (inspired by FixTweet).

docker-compose.yaml (view raw)

 1services:
 2  app:
 3    build: .
 4    image: ghcr.io/birabittoh/fixyoutube:main
 5    container_name: fixyoutube
 6    restart: unless-stopped
 7  swag:
 8    image: ghcr.io/linuxserver/swag
 9    container_name: swag
10    cap_add:
11        - NET_ADMIN
12    env_file:
13      - docker/swag.env
14    volumes:
15        #- /etc/config/swag:/config
16        - ./docker/fixyoutube.subdomain.conf:/config/nginx/proxy-confs/fixyoutube.subdomain.conf:ro
17    ports:
18        - 443:443
19        - 80:80
20    restart: unless-stopped