From eca55e27abe50f537d7dae2daea3aa3b341065b9 Mon Sep 17 00:00:00 2001 From: jrodriiguezg Date: Sat, 15 Aug 2026 15:42:20 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20picard=5Fcompose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- picard_compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 picard_compose.yaml diff --git a/picard_compose.yaml b/picard_compose.yaml new file mode 100644 index 0000000..0c9bcbd --- /dev/null +++ b/picard_compose.yaml @@ -0,0 +1,12 @@ +services: + picard-web: + image: aandree5/picard-web:latest + container_name: picard-web + restart: unless-stopped + ports: + - 80:5000 + - 443:5443 + volumes: + - ./config:/picard-web:rw + - /musica/music:/music:rw + - /musica/clean:/clean:rw