From 801033fb9aa64a7ad98b9fcdc4df3c37d63ea3eb Mon Sep 17 00:00:00 2001 From: jrodriiguezg Date: Sat, 15 Aug 2026 15:48:56 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20homarr=5Fcompose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homarr_compose.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 homarr_compose.yaml diff --git a/homarr_compose.yaml b/homarr_compose.yaml new file mode 100644 index 0000000..964902c --- /dev/null +++ b/homarr_compose.yaml @@ -0,0 +1,21 @@ +services: + homarr: + container_name: homarr + image: ghcr.io/homarr-labs/homarr:latest + restart: unless-stopped + volumes: + - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration + - ./homarr/appdata:/appdata + environment: + - SECRET_ENCRYPTION_KEY= + ports: + - '7575:7575' + networks: + # Este es el nombre "interno" para este archivo + red_local: + +networks: + # Definimos que "red_local" apunta a la red externa real + red_local: + external: true + name: pistack_pistack