dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

docker-compose #3

Open CodeAnthem opened 2 years ago

CodeAnthem commented 2 years ago

Hello, how can I use your app with docker-compose?

dmzoneill commented 1 year ago

the docker file is in the repo.

services:
  example:
    image: test/test
    build:
      context: backend
      dockerfile: ../Dockerfile