all repos — fixyoutube-go @ afe8a66478bca7add263eeae037e6f830dff0fe6

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

docker-compose.simple.yaml (view raw)

 1services:
 2  app:
 3    build: .
 4    image: ghcr.io/birabittoh/fixyoutube-go:main
 5    container_name: fixyoutube-go
 6    restart: unless-stopped
 7    ports:
 8      - 3000:3000
 9    environment:
10      - API_KEY=${API_KEY}