services: app: build: . image: ghcr.io/birabittoh/gopipe:main container_name: fixyoutube restart: unless-stopped ports: - 3000:3000 env_file: - .env