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