all repos — gopipe @ aeba99cbfb8bc6d8fe24e936e223a4ad9ee1815f

Embed YouTube videos on Telegram, Discord and more!

docker-compose.simple.yaml (view raw)

 1services:
 2  app:
 3    build: .
 4    image: ghcr.io/birabittoh/gopipe:main
 5    container_name: gopipe
 6    restart: unless-stopped
 7    ports:
 8      - 3000:3000
 9    env_file:
10      - .env