diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..20fd390 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,14 @@ +services: + send-it: + image: send-it:latest + container_name: send-it + networks: + - scoobydoo + volumes: + - /root/send-it/uploads:/app/uploads + - /root/send-it/data:/app/data + restart: unless-stopped + +networks: + scoobydoo: + external: true \ No newline at end of file