Añadir homarr_compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user